Html Css Color HEX #AFBB31 Bahia

📋 copy color: '#AFBB31'

red 175 ◦ green 187 ◦ blue 49

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

Shades of Bahia #AFBB31

Tints of Bahia #AFBB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.92%

R = 42.58%
G = 45.5%
B = 11.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#AFBB31 (or 0xAFBB31) is known color: Bahia. HEX triplet: AF, BB and 31. RGB value is (175,187,49). Sum of RGB (Red+Green+Blue) = 175+187+49=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB31 is #5044CE. Grayscale: #A8A8A8. Windows color (decimal): -5260495 or 3259311. OLE color: 3259311.

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

Color convert

RGB 175 187 49 -
CMYK 0.06 0 0.74 0.27
HSL 65.22º 0.58% 0.46% -
HSV(B) 65.22º 0.74% 0.73% -
XYZ 36 44.88 9.67 -
YUV 167.68 61.02 133.22 -
System Red Green Blue C M Y K H S L
Decimal 175 187 49 0.06 0 0.74 0.27 65.22 0.58 0.46
Hex AF BB 31 6 0 4A 1B 41 3A 2E
Octal 257 273 61 6 0 112 33 101 72 56
Binary 10101111 10111011 110001 110 0 1001010 11011 1000001 111010 101110

Color Harmonies of #AFBB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB31

Black with #AFBB31

Text Example


Text Example

White with #AFBB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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