Html Css Color HEX #ABCB09 Bahia

📋 copy color: '#ABCB09'

red 171 ◦ green 203 ◦ blue 9

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

Shades of Bahia #ABCB09

Tints of Bahia #ABCB09

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53%

 BLUE value IS 9 (3.91% from 255) = 2.35%

R = 44.65%
G = 53%
B = 2.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#ABCB09 (or 0xABCB09) is known color: Bahia. HEX triplet: AB, CB and 09. RGB value is (171,203,9). Sum of RGB (Red+Green+Blue) = 171+203+9=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB09 is #5434F6. Grayscale: #ACACAC. Windows color (decimal): -5518583 or 641963. OLE color: 641963.

HSL color Cylindrical-coordinate representation of color #ABCB09: hue angle of 69.9º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABCB09 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 9 -
CMYK 0.16 0 0.96 0.20
HSL 69.9º 0.92% 0.42% -
HSV(B) 69.9º 0.96% 0.8% -
XYZ 38.2 51.39 8.16 -
YUV 171.32 36.4 127.77 -
System Red Green Blue C M Y K H S L
Decimal 171 203 9 0.16 0 0.96 0.20 69.9 0.92 0.42
Hex AB CB 9 10 0 60 14 46 5C 2A
Octal 253 313 11 20 0 140 24 106 134 52
Binary 10101011 11001011 1001 10000 0 1100000 10100 1000110 1011100 101010

Color Harmonies of #ABCB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB09

Black with #ABCB09

Text Example


Text Example

White with #ABCB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB09; }

 p { color: rgb(171,203,9); }

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

background-color css

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

 a { background-color: rgb(171,203,9); }

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

border-color css

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

 span { border-color: rgb(171,203,9); }

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