Html Css Color HEX #ABBD0B Citrus

📋 copy color: '#ABBD0B'

red 171 ◦ green 189 ◦ blue 11

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

Shades of Citrus #ABBD0B

Tints of Citrus #ABBD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 46.09%
G = 50.94%
B = 2.96%

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

#ABBD0B (or 0xABBD0B) is known color: Citrus. HEX triplet: AB, BD and 0B. RGB value is (171,189,11). Sum of RGB (Red+Green+Blue) = 171+189+11=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD0B is #5442F4. Grayscale: #A4A4A4. Windows color (decimal): -5522165 or 769451. OLE color: 769451.

HSL color Cylindrical-coordinate representation of color #ABBD0B: hue angle of 66.07º degrees, saturation: 0.89, 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 #ABBD0B is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 11 -
CMYK 0.10 0 0.94 0.26
HSL 66.07º 0.89% 0.39% -
HSV(B) 66.07º 0.94% 0.74% -
XYZ 35.05 45.08 7.17 -
YUV 163.33 42.04 133.47 -
System Red Green Blue C M Y K H S L
Decimal 171 189 11 0.10 0 0.94 0.26 66.07 0.89 0.39
Hex AB BD B A 0 5E 1A 42 59 27
Octal 253 275 13 12 0 136 32 102 131 47
Binary 10101011 10111101 1011 1010 0 1011110 11010 1000010 1011001 100111

Color Harmonies of #ABBD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD0B

Black with #ABBD0B

Text Example


Text Example

White with #ABBD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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