Html Css Color HEX #ABBA0D Citrus

📋 copy color: '#ABBA0D'

red 171 ◦ green 186 ◦ blue 13

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

Shades of Citrus #ABBA0D

Tints of Citrus #ABBA0D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.27%

 BLUE value IS 13 (5.47% from 255) = 3.51%

R = 46.22%
G = 50.27%
B = 3.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#ABBA0D (or 0xABBA0D) is known color: Citrus. HEX triplet: AB, BA and 0D. RGB value is (171,186,13). Sum of RGB (Red+Green+Blue) = 171+186+13=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA0D is #5445F2. Grayscale: #A2A2A2. Windows color (decimal): -5522931 or 899755. OLE color: 899755.

HSL color Cylindrical-coordinate representation of color #ABBA0D: hue angle of 65.2º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABBA0D is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 13 -
CMYK 0.08 0 0.93 0.27
HSL 65.2º 0.87% 0.39% -
HSV(B) 65.2º 0.93% 0.73% -
XYZ 34.43 43.8 7.02 -
YUV 161.79 44.03 134.57 -
System Red Green Blue C M Y K H S L
Decimal 171 186 13 0.08 0 0.93 0.27 65.2 0.87 0.39
Hex AB BA D 8 0 5D 1B 41 57 27
Octal 253 272 15 10 0 135 33 101 127 47
Binary 10101011 10111010 1101 1000 0 1011101 11011 1000001 1010111 100111

Color Harmonies of #ABBA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA0D

Black with #ABBA0D

Text Example


Text Example

White with #ABBA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA0D; }

 p { color: rgb(171,186,13); }

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

background-color css

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

 a { background-color: rgb(171,186,13); }

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

border-color css

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

 span { border-color: rgb(171,186,13); }

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