Html Css Color HEX #ABCC13 Bahia

📋 copy color: '#ABCC13'

red 171 ◦ green 204 ◦ blue 19

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

Shades of Bahia #ABCC13

Tints of Bahia #ABCC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.82%

R = 43.4%
G = 51.78%
B = 4.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#ABCC13 (or 0xABCC13) is known color: Bahia. HEX triplet: AB, CC and 13. RGB value is (171,204,19). Sum of RGB (Red+Green+Blue) = 171+204+19=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC13 is #5433EC. Grayscale: #ADADAD. Windows color (decimal): -5518317 or 1297579. OLE color: 1297579.

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

Color convert

RGB 171 204 19 -
CMYK 0.16 0 0.91 0.2
HSL 70.7º 0.83% 0.44% -
HSV(B) 70.7º 0.91% 0.8% -
XYZ 38.51 51.89 8.6 -
YUV 173.04 41.07 126.54 -
System Red Green Blue C M Y K H S L
Decimal 171 204 19 0.16 0 0.91 0.2 70.7 0.83 0.44
Hex AB CC 13 10 0 5B 14 47 53 2C
Octal 253 314 23 20 0 133 24 107 123 54
Binary 10101011 11001100 10011 10000 0 1011011 10100 1000111 1010011 101100

Color Harmonies of #ABCC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC13

Black with #ABCC13

Text Example


Text Example

White with #ABCC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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