Html Css Color HEX #ABBD12 Bahia

📋 copy color: '#ABBD12'

red 171 ◦ green 189 ◦ blue 18

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

Shades of Bahia #ABBD12

Tints of Bahia #ABBD12

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 4.76%

R = 45.24%
G = 50%
B = 4.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#ABBD12 (or 0xABBD12) is known color: Bahia. HEX triplet: AB, BD and 12. RGB value is (171,189,18). Sum of RGB (Red+Green+Blue) = 171+189+18=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD12 is #5442ED. Grayscale: #A4A4A4. Windows color (decimal): -5522158 or 1228203. OLE color: 1228203.

HSL color Cylindrical-coordinate representation of color #ABBD12: hue angle of 66.32º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABBD12 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 18 -
CMYK 0.10 0 0.90 0.26
HSL 66.32º 0.83% 0.41% -
HSV(B) 66.32º 0.9% 0.74% -
XYZ 35.1 45.1 7.43 -
YUV 164.12 45.54 132.9 -
System Red Green Blue C M Y K H S L
Decimal 171 189 18 0.10 0 0.90 0.26 66.32 0.83 0.41
Hex AB BD 12 A 0 5A 1A 42 53 29
Octal 253 275 22 12 0 132 32 102 123 51
Binary 10101011 10111101 10010 1010 0 1011010 11010 1000010 1010011 101001

Color Harmonies of #ABBD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD12

Black with #ABBD12

Text Example


Text Example

White with #ABBD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD12; }

 p { color: rgb(171,189,18); }

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

background-color css

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

 a { background-color: rgb(171,189,18); }

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

border-color css

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

 span { border-color: rgb(171,189,18); }

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