Html Css Color HEX #AFBB32 Bahia

📋 copy color: '#AFBB32'

red 175 ◦ green 187 ◦ blue 50

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

Shades of Bahia #AFBB32

Tints of Bahia #AFBB32

RGB

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

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

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

R = 42.48%
G = 45.39%
B = 12.14%

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

#AFBB32 (or 0xAFBB32) is known color: Bahia. HEX triplet: AF, BB and 32. RGB value is (175,187,50). Sum of RGB (Red+Green+Blue) = 175+187+50=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB32 is #5044CD. Grayscale: #A8A8A8. Windows color (decimal): -5260494 or 3324847. OLE color: 3324847.

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

Color convert

RGB 175 187 50 -
CMYK 0.06 0 0.73 0.27
HSL 65.26º 0.58% 0.46% -
HSV(B) 65.26º 0.73% 0.73% -
XYZ 36.03 44.88 9.78 -
YUV 167.79 61.52 133.14 -
System Red Green Blue C M Y K H S L
Decimal 175 187 50 0.06 0 0.73 0.27 65.26 0.58 0.46
Hex AF BB 32 6 0 49 1B 41 3A 2E
Octal 257 273 62 6 0 111 33 101 72 56
Binary 10101111 10111011 110010 110 0 1001001 11011 1000001 111010 101110

Color Harmonies of #AFBB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB32

Black with #AFBB32

Text Example


Text Example

White with #AFBB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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