Html Css Color HEX #ABBF14 Bahia

📋 copy color: '#ABBF14'

red 171 ◦ green 191 ◦ blue 20

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

Shades of Bahia #ABBF14

Tints of Bahia #ABBF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.24%

R = 44.76%
G = 50%
B = 5.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#ABBF14 (or 0xABBF14) is known color: Bahia. HEX triplet: AB, BF and 14. RGB value is (171,191,20). Sum of RGB (Red+Green+Blue) = 171+191+20=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBF14 is #5440EB. Grayscale: #A6A6A6. Windows color (decimal): -5521644 or 1359787. OLE color: 1359787.

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

Color convert

RGB 171 191 20 -
CMYK 0.10 0 0.90 0.25
HSL 67.02º 0.81% 0.41% -
HSV(B) 67.02º 0.9% 0.75% -
XYZ 35.55 45.97 7.66 -
YUV 165.53 45.87 131.9 -
System Red Green Blue C M Y K H S L
Decimal 171 191 20 0.10 0 0.90 0.25 67.02 0.81 0.41
Hex AB BF 14 A 0 5A 19 43 51 29
Octal 253 277 24 12 0 132 31 103 121 51
Binary 10101011 10111111 10100 1010 0 1011010 11001 1000011 1010001 101001

Color Harmonies of #ABBF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF14

Black with #ABBF14

Text Example


Text Example

White with #ABBF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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