Html Css Color HEX #AFBB33 Bahia

📋 copy color: '#AFBB33'

red 175 ◦ green 187 ◦ blue 51

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

Shades of Bahia #AFBB33

Tints of Bahia #AFBB33

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.28%

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

R = 42.37%
G = 45.28%
B = 12.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#AFBB33 (or 0xAFBB33) is known color: Bahia. HEX triplet: AF, BB and 33. RGB value is (175,187,51). Sum of RGB (Red+Green+Blue) = 175+187+51=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB33 is #5044CC. Grayscale: #A8A8A8. Windows color (decimal): -5260493 or 3390383. OLE color: 3390383.

HSL color Cylindrical-coordinate representation of color #AFBB33: hue angle of 65.29º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFBB33 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 51 -
CMYK 0.06 0 0.73 0.27
HSL 65.29º 0.57% 0.47% -
HSV(B) 65.29º 0.73% 0.73% -
XYZ 36.05 44.89 9.9 -
YUV 167.91 62.02 133.06 -
System Red Green Blue C M Y K H S L
Decimal 175 187 51 0.06 0 0.73 0.27 65.29 0.57 0.47
Hex AF BB 33 6 0 49 1B 41 39 2F
Octal 257 273 63 6 0 111 33 101 71 57
Binary 10101111 10111011 110011 110 0 1001001 11011 1000001 111001 101111

Color Harmonies of #AFBB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB33

Black with #AFBB33

Text Example


Text Example

White with #AFBB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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