Html Css Color HEX #ABBE11 Bahia

📋 copy color: '#ABBE11'

red 171 ◦ green 190 ◦ blue 17

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

Shades of Bahia #ABBE11

Tints of Bahia #ABBE11

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.26%

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

R = 45.24%
G = 50.26%
B = 4.5%

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

#ABBE11 (or 0xABBE11) is known color: Bahia. HEX triplet: AB, BE and 11. RGB value is (171,190,17). Sum of RGB (Red+Green+Blue) = 171+190+17=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBE11 is #5441EE. Grayscale: #A5A5A5. Windows color (decimal): -5521903 or 1162923. OLE color: 1162923.

HSL color Cylindrical-coordinate representation of color #ABBE11: hue angle of 66.59º 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 #ABBE11 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 190 17 -
CMYK 0.10 0 0.91 0.25
HSL 66.59º 0.84% 0.41% -
HSV(B) 66.59º 0.91% 0.75% -
XYZ 35.31 45.53 7.46 -
YUV 164.6 44.71 132.57 -
System Red Green Blue C M Y K H S L
Decimal 171 190 17 0.10 0 0.91 0.25 66.59 0.84 0.41
Hex AB BE 11 A 0 5B 19 43 54 29
Octal 253 276 21 12 0 133 31 103 124 51
Binary 10101011 10111110 10001 1010 0 1011011 11001 1000011 1010100 101001

Color Harmonies of #ABBE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBE11

Black with #ABBE11

Text Example


Text Example

White with #ABBE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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