Html Css Color HEX #ABCF19 Bahia

📋 copy color: '#ABCF19'

red 171 ◦ green 207 ◦ blue 25

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

Shades of Bahia #ABCF19

Tints of Bahia #ABCF19

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.36%

 BLUE value IS 25 (10.16% from 255) = 6.2%

R = 42.43%
G = 51.36%
B = 6.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#ABCF19 (or 0xABCF19) is known color: Bahia. HEX triplet: AB, CF and 19. RGB value is (171,207,25). Sum of RGB (Red+Green+Blue) = 171+207+25=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCF19 is #5430E6. Grayscale: #B0B0B0. Windows color (decimal): -5517543 or 1691563. OLE color: 1691563.

HSL color Cylindrical-coordinate representation of color #ABCF19: hue angle of 71.87º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABCF19 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 25 -
CMYK 0.17 0 0.88 0.19
HSL 71.87º 0.78% 0.45% -
HSV(B) 71.87º 0.88% 0.81% -
XYZ 39.28 53.35 9.15 -
YUV 175.49 43.07 124.8 -
System Red Green Blue C M Y K H S L
Decimal 171 207 25 0.17 0 0.88 0.19 71.87 0.78 0.45
Hex AB CF 19 11 0 58 13 48 4E 2D
Octal 253 317 31 21 0 130 23 110 116 55
Binary 10101011 11001111 11001 10001 0 1011000 10011 1001000 1001110 101101

Color Harmonies of #ABCF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF19

Black with #ABCF19

Text Example


Text Example

White with #ABCF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF19; }

 p { color: rgb(171,207,25); }

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

background-color css

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

 a { background-color: rgb(171,207,25); }

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

border-color css

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

 span { border-color: rgb(171,207,25); }

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