Html Css Color HEX #ABBF11 Bahia

📋 copy color: '#ABBF11'

red 171 ◦ green 191 ◦ blue 17

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

Shades of Bahia #ABBF11

Tints of Bahia #ABBF11

RGB

 RED value IS 171 (67.19% from 255) = 45.12%

 GREEN value IS 191 (75% from 255) = 50.4%

 BLUE value IS 17 (7.03% from 255) = 4.49%

R = 45.12%
G = 50.4%
B = 4.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#ABBF11 (or 0xABBF11) is known color: Bahia. HEX triplet: AB, BF and 11. RGB value is (171,191,17). Sum of RGB (Red+Green+Blue) = 171+191+17=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBF11 is #5440EE. Grayscale: #A5A5A5. Windows color (decimal): -5521647 or 1163179. OLE color: 1163179.

HSL color Cylindrical-coordinate representation of color #ABBF11: hue angle of 66.9º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABBF11 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 191 17 -
CMYK 0.10 0 0.91 0.25
HSL 66.9º 0.84% 0.41% -
HSV(B) 66.9º 0.91% 0.75% -
XYZ 35.53 45.96 7.53 -
YUV 165.18 44.37 132.15 -
System Red Green Blue C M Y K H S L
Decimal 171 191 17 0.10 0 0.91 0.25 66.9 0.84 0.41
Hex AB BF 11 A 0 5B 19 43 54 29
Octal 253 277 21 12 0 133 31 103 124 51
Binary 10101011 10111111 10001 1010 0 1011011 11001 1000011 1010100 101001

Color Harmonies of #ABBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF11

Black with #ABBF11

Text Example


Text Example

White with #ABBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF11; }

 p { color: rgb(171,191,17); }

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

background-color css

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

 a { background-color: rgb(171,191,17); }

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

border-color css

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

 span { border-color: rgb(171,191,17); }

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