Html Css Color HEX #ABBD0D Citrus

📋 copy color: '#ABBD0D'

red 171 ◦ green 189 ◦ blue 13

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

Shades of Citrus #ABBD0D

Tints of Citrus #ABBD0D

RGB

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

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

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

R = 45.84%
G = 50.67%
B = 3.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#ABBD0D (or 0xABBD0D) is known color: Citrus. HEX triplet: AB, BD and 0D. RGB value is (171,189,13). Sum of RGB (Red+Green+Blue) = 171+189+13=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD0D is #5442F2. Grayscale: #A4A4A4. Windows color (decimal): -5522163 or 900523. OLE color: 900523.

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

Color convert

RGB 171 189 13 -
CMYK 0.10 0 0.93 0.26
HSL 66.14º 0.87% 0.4% -
HSV(B) 66.14º 0.93% 0.74% -
XYZ 35.06 45.08 7.23 -
YUV 163.55 43.04 133.31 -
System Red Green Blue C M Y K H S L
Decimal 171 189 13 0.10 0 0.93 0.26 66.14 0.87 0.4
Hex AB BD D A 0 5D 1A 42 57 28
Octal 253 275 15 12 0 135 32 102 127 50
Binary 10101011 10111101 1101 1010 0 1011101 11010 1000010 1010111 101000

Color Harmonies of #ABBD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD0D

Black with #ABBD0D

Text Example


Text Example

White with #ABBD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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