Html Css Color HEX #AFBB28 Bahia

📋 copy color: '#AFBB28'

red 175 ◦ green 187 ◦ blue 40

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

Shades of Bahia #AFBB28

Tints of Bahia #AFBB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.95%

R = 43.53%
G = 46.52%
B = 9.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#AFBB28 (or 0xAFBB28) is known color: Bahia. HEX triplet: AF, BB and 28. RGB value is (175,187,40). Sum of RGB (Red+Green+Blue) = 175+187+40=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB28 is #5044D7. Grayscale: #A7A7A7. Windows color (decimal): -5260504 or 2669487. OLE color: 2669487.

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

Color convert

RGB 175 187 40 -
CMYK 0.06 0 0.79 0.27
HSL 64.9º 0.65% 0.45% -
HSV(B) 64.9º 0.79% 0.73% -
XYZ 35.83 44.81 8.77 -
YUV 166.65 56.52 133.95 -
System Red Green Blue C M Y K H S L
Decimal 175 187 40 0.06 0 0.79 0.27 64.9 0.65 0.45
Hex AF BB 28 6 0 4F 1B 41 41 2D
Octal 257 273 50 6 0 117 33 101 101 55
Binary 10101111 10111011 101000 110 0 1001111 11011 1000001 1000001 101101

Color Harmonies of #AFBB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB28

Black with #AFBB28

Text Example


Text Example

White with #AFBB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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