Html Css Color HEX #ABBF12 Bahia

📋 copy color: '#ABBF12'

red 171 ◦ green 191 ◦ blue 18

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

Shades of Bahia #ABBF12

Tints of Bahia #ABBF12

RGB

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

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

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

R = 45%
G = 50.26%
B = 4.74%

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

#ABBF12 (or 0xABBF12) is known color: Bahia. HEX triplet: AB, BF and 12. RGB value is (171,191,18). Sum of RGB (Red+Green+Blue) = 171+191+18=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBF12 is #5440ED. Grayscale: #A5A5A5. Windows color (decimal): -5521646 or 1228715. OLE color: 1228715.

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

Color convert

RGB 171 191 18 -
CMYK 0.10 0 0.91 0.25
HSL 66.94º 0.83% 0.41% -
HSV(B) 66.94º 0.91% 0.75% -
XYZ 35.53 45.96 7.57 -
YUV 165.3 44.87 132.07 -
System Red Green Blue C M Y K H S L
Decimal 171 191 18 0.10 0 0.91 0.25 66.94 0.83 0.41
Hex AB BF 12 A 0 5B 19 43 53 29
Octal 253 277 22 12 0 133 31 103 123 51
Binary 10101011 10111111 10010 1010 0 1011011 11001 1000011 1010011 101001

Color Harmonies of #ABBF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF12

Black with #ABBF12

Text Example


Text Example

White with #ABBF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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