Html Css Color HEX #AFC033 Bahia

📋 copy color: '#AFC033'

red 175 ◦ green 192 ◦ blue 51

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

Shades of Bahia #AFC033

Tints of Bahia #AFC033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.2%

R = 41.87%
G = 45.93%
B = 12.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#AFC033 (or 0xAFC033) is known color: Bahia. HEX triplet: AF, C0 and 33. RGB value is (175,192,51). Sum of RGB (Red+Green+Blue) = 175+192+51=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC033 is #503FCC. Grayscale: #ABABAB. Windows color (decimal): -5259213 or 3391663. OLE color: 3391663.

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

Color convert

RGB 175 192 51 -
CMYK 0.09 0 0.73 0.25
HSL 67.23º 0.58% 0.48% -
HSV(B) 67.23º 0.73% 0.75% -
XYZ 37.13 47.05 10.26 -
YUV 170.84 60.37 130.96 -
System Red Green Blue C M Y K H S L
Decimal 175 192 51 0.09 0 0.73 0.25 67.23 0.58 0.48
Hex AF C0 33 9 0 49 19 43 3A 30
Octal 257 300 63 11 0 111 31 103 72 60
Binary 10101111 11000000 110011 1001 0 1001001 11001 1000011 111010 110000

Color Harmonies of #AFC033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC033

Black with #AFC033

Text Example


Text Example

White with #AFC033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC033; }

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

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

background-color css

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

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

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

border-color css

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

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

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