Html Css Color HEX #ABBD0C Citrus

📋 copy color: '#ABBD0C'

red 171 ◦ green 189 ◦ blue 12

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

Shades of Citrus #ABBD0C

Tints of Citrus #ABBD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.81%

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 45.97%
G = 50.81%
B = 3.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#ABBD0C (or 0xABBD0C) is known color: Citrus. HEX triplet: AB, BD and 0C. RGB value is (171,189,12). Sum of RGB (Red+Green+Blue) = 171+189+12=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD0C is #5442F3. Grayscale: #A4A4A4. Windows color (decimal): -5522164 or 834987. OLE color: 834987.

HSL color Cylindrical-coordinate representation of color #ABBD0C: hue angle of 66.1º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABBD0C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 12 -
CMYK 0.10 0 0.94 0.26
HSL 66.1º 0.88% 0.39% -
HSV(B) 66.1º 0.94% 0.74% -
XYZ 35.06 45.08 7.2 -
YUV 163.44 42.54 133.39 -
System Red Green Blue C M Y K H S L
Decimal 171 189 12 0.10 0 0.94 0.26 66.1 0.88 0.39
Hex AB BD C A 0 5E 1A 42 58 27
Octal 253 275 14 12 0 136 32 102 130 47
Binary 10101011 10111101 1100 1010 0 1011110 11010 1000010 1011000 100111

Color Harmonies of #ABBD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD0C

Black with #ABBD0C

Text Example


Text Example

White with #ABBD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD0C; }

 p { color: rgb(171,189,12); }

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

background-color css

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

 a { background-color: rgb(171,189,12); }

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

border-color css

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

 span { border-color: rgb(171,189,12); }

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