Html Css Color HEX #AFC032 Bahia

📋 copy color: '#AFC032'

red 175 ◦ green 192 ◦ blue 50

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

Shades of Bahia #AFC032

Tints of Bahia #AFC032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.04%

 BLUE value IS 50 (19.92% from 255) = 11.99%

R = 41.97%
G = 46.04%
B = 11.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#AFC032 (or 0xAFC032) is known color: Bahia. HEX triplet: AF, C0 and 32. RGB value is (175,192,50). Sum of RGB (Red+Green+Blue) = 175+192+50=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC032 is #503FCD. Grayscale: #ABABAB. Windows color (decimal): -5259214 or 3326127. OLE color: 3326127.

HSL color Cylindrical-coordinate representation of color #AFC032: hue angle of 67.18º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFC032 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 50 -
CMYK 0.09 0 0.74 0.25
HSL 67.18º 0.59% 0.47% -
HSV(B) 67.18º 0.74% 0.75% -
XYZ 37.1 47.04 10.14 -
YUV 170.73 59.87 131.05 -
System Red Green Blue C M Y K H S L
Decimal 175 192 50 0.09 0 0.74 0.25 67.18 0.59 0.47
Hex AF C0 32 9 0 4A 19 43 3B 2F
Octal 257 300 62 11 0 112 31 103 73 57
Binary 10101111 11000000 110010 1001 0 1001010 11001 1000011 111011 101111

Color Harmonies of #AFC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC032

Black with #AFC032

Text Example


Text Example

White with #AFC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC032; }

 p { color: rgb(175,192,50); }

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

background-color css

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

 a { background-color: rgb(175,192,50); }

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

border-color css

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

 span { border-color: rgb(175,192,50); }

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