Html Css Color HEX #ABC612 Bahia

📋 copy color: '#ABC612'

red 171 ◦ green 198 ◦ blue 18

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

Shades of Bahia #ABC612

Tints of Bahia #ABC612

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.16%

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

R = 44.19%
G = 51.16%
B = 4.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#ABC612 (or 0xABC612) is known color: Bahia. HEX triplet: AB, C6 and 12. RGB value is (171,198,18). Sum of RGB (Red+Green+Blue) = 171+198+18=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC612 is #5439ED. Grayscale: #AAAAAA. Windows color (decimal): -5519854 or 1230507. OLE color: 1230507.

HSL color Cylindrical-coordinate representation of color #ABC612: hue angle of 69º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABC612 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 18 -
CMYK 0.14 0 0.91 0.22
HSL 69º 0.83% 0.42% -
HSV(B) 69º 0.91% 0.78% -
XYZ 37.1 49.09 8.09 -
YUV 169.41 42.55 129.14 -
System Red Green Blue C M Y K H S L
Decimal 171 198 18 0.14 0 0.91 0.22 69 0.83 0.42
Hex AB C6 12 E 0 5B 16 45 53 2A
Octal 253 306 22 16 0 133 26 105 123 52
Binary 10101011 11000110 10010 1110 0 1011011 10110 1000101 1010011 101010

Color Harmonies of #ABC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC612

Black with #ABC612

Text Example


Text Example

White with #ABC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC612; }

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

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

background-color css

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

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

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

border-color css

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

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

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