Html Css Color HEX #ABBC10 Bahia

📋 copy color: '#ABBC10'

red 171 ◦ green 188 ◦ blue 16

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

Shades of Bahia #ABBC10

Tints of Bahia #ABBC10

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.13%

 BLUE value IS 16 (6.64% from 255) = 4.27%

R = 45.6%
G = 50.13%
B = 4.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#ABBC10 (or 0xABBC10) is known color: Bahia. HEX triplet: AB, BC and 10. RGB value is (171,188,16). Sum of RGB (Red+Green+Blue) = 171+188+16=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC10 is #5443EF. Grayscale: #A3A3A3. Windows color (decimal): -5522416 or 1096875. OLE color: 1096875.

HSL color Cylindrical-coordinate representation of color #ABBC10: hue angle of 65.93º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABBC10 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 16 -
CMYK 0.09 0 0.91 0.26
HSL 65.93º 0.84% 0.4% -
HSV(B) 65.93º 0.91% 0.74% -
XYZ 34.87 44.66 7.27 -
YUV 163.31 44.87 133.49 -
System Red Green Blue C M Y K H S L
Decimal 171 188 16 0.09 0 0.91 0.26 65.93 0.84 0.4
Hex AB BC 10 9 0 5B 1A 42 54 28
Octal 253 274 20 11 0 133 32 102 124 50
Binary 10101011 10111100 10000 1001 0 1011011 11010 1000010 1010100 101000

Color Harmonies of #ABBC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC10

Black with #ABBC10

Text Example


Text Example

White with #ABBC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC10; }

 p { color: rgb(171,188,16); }

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

background-color css

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

 a { background-color: rgb(171,188,16); }

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

border-color css

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

 span { border-color: rgb(171,188,16); }

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