Html Css Color HEX #ABBF0D Citrus

📋 copy color: '#ABBF0D'

red 171 ◦ green 191 ◦ blue 13

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

Shades of Citrus #ABBF0D

Tints of Citrus #ABBF0D

RGB

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

 GREEN value IS 191 (75% from 255) = 50.93%

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

R = 45.6%
G = 50.93%
B = 3.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#ABBF0D (or 0xABBF0D) is known color: Citrus. HEX triplet: AB, BF and 0D. RGB value is (171,191,13). Sum of RGB (Red+Green+Blue) = 171+191+13=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBF0D is #5440F2. Grayscale: #A5A5A5. Windows color (decimal): -5521651 or 901035. OLE color: 901035.

HSL color Cylindrical-coordinate representation of color #ABBF0D: hue angle of 66.74º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABBF0D is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 191 13 -
CMYK 0.10 0 0.93 0.25
HSL 66.74º 0.87% 0.4% -
HSV(B) 66.74º 0.93% 0.75% -
XYZ 35.5 45.95 7.38 -
YUV 164.73 42.37 132.47 -
System Red Green Blue C M Y K H S L
Decimal 171 191 13 0.10 0 0.93 0.25 66.74 0.87 0.4
Hex AB BF D A 0 5D 19 43 57 28
Octal 253 277 15 12 0 135 31 103 127 50
Binary 10101011 10111111 1101 1010 0 1011101 11001 1000011 1010111 101000

Color Harmonies of #ABBF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF0D

Black with #ABBF0D

Text Example


Text Example

White with #ABBF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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