Html Css Color HEX #ABCC19 Bahia

📋 copy color: '#ABCC19'

red 171 ◦ green 204 ◦ blue 25

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

Shades of Bahia #ABCC19

Tints of Bahia #ABCC19

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51%

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

R = 42.75%
G = 51%
B = 6.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#ABCC19 (or 0xABCC19) is known color: Bahia. HEX triplet: AB, CC and 19. RGB value is (171,204,25). Sum of RGB (Red+Green+Blue) = 171+204+25=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC19 is #5433E6. Grayscale: #AEAEAE. Windows color (decimal): -5518311 or 1690795. OLE color: 1690795.

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

Color convert

RGB 171 204 25 -
CMYK 0.16 0 0.88 0.2
HSL 71.06º 0.78% 0.45% -
HSV(B) 71.06º 0.88% 0.8% -
XYZ 38.56 51.91 8.91 -
YUV 173.73 44.07 126.05 -
System Red Green Blue C M Y K H S L
Decimal 171 204 25 0.16 0 0.88 0.2 71.06 0.78 0.45
Hex AB CC 19 10 0 58 14 47 4E 2D
Octal 253 314 31 20 0 130 24 107 116 55
Binary 10101011 11001100 11001 10000 0 1011000 10100 1000111 1001110 101101

Color Harmonies of #ABCC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC19

Black with #ABCC19

Text Example


Text Example

White with #ABCC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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