Html Css Color HEX #AFC723 Bahia

📋 copy color: '#AFC723'

red 175 ◦ green 199 ◦ blue 35

#AFC723
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AFC723

Tints of Bahia #AFC723

RGB

 RED value IS 175 (68.75% from 255) = 42.79%

 GREEN value IS 199 (78.13% from 255) = 48.66%

 BLUE value IS 35 (14.06% from 255) = 8.56%

R = 42.79%
G = 48.66%
B = 8.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFC723 (or 0xAFC723) is known color: Bahia. HEX triplet: AF, C7 and 23. RGB value is (175,199,35). Sum of RGB (Red+Green+Blue) = 175+199+35=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC723 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC723 is #5038DC. Grayscale: #ADADAD. Windows color (decimal): -5257437 or 2344879. OLE color: 2344879.

HSL color Cylindrical-coordinate representation of color #AFC723: hue angle of 68.78º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFC723 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 35 -
CMYK 0.12 0 0.82 0.22
HSL 68.78º 0.7% 0.46% -
HSV(B) 68.78º 0.82% 0.78% -
XYZ 38.41 50.08 9.23 -
YUV 173.13 50.05 129.34 -
System Red Green Blue C M Y K H S L
Decimal 175 199 35 0.12 0 0.82 0.22 68.78 0.7 0.46
Hex AF C7 23 C 0 52 16 45 46 2E
Octal 257 307 43 14 0 122 26 105 106 56
Binary 10101111 11000111 100011 1100 0 1010010 10110 1000101 1000110 101110

Color Harmonies of #AFC723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC723

Black with #AFC723

Text Example


Text Example

White with #AFC723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC723; }

 p { color: rgb(175,199,35); }

 H1.HeaderClassName
 {
   color: #AFC723;
 }
 .AnyTagClassName
 {
   color: #AFC723;
 }
</style>

background-color css

<style>
 a { background-color: #AFC723; }

 a { background-color: rgb(175,199,35); }

 div.DivClassName
 {
   background-color: #AFC723;
 }
 .BgClassName
 {
   background-color: #AFC723;
 }
</style>

border-color css

<style>
 span { border-color: #AFC723; }

 span { border-color: rgb(175,199,35); }

 td.TdClassName
 {
   border-color: #AFC723;
 }
 .TagClassName
 {
   border-color: #AFC723;
 }
</style>