Html Css Color HEX #ABBF0B Citrus

📋 copy color: '#ABBF0B'

red 171 ◦ green 191 ◦ blue 11

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

Shades of Citrus #ABBF0B

Tints of Citrus #ABBF0B

RGB

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

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

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

R = 45.84%
G = 51.21%
B = 2.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#ABBF0B (or 0xABBF0B) is known color: Citrus. HEX triplet: AB, BF and 0B. RGB value is (171,191,11). Sum of RGB (Red+Green+Blue) = 171+191+11=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBF0B is #5440F4. Grayscale: #A5A5A5. Windows color (decimal): -5521653 or 769963. OLE color: 769963.

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

Color convert

RGB 171 191 11 -
CMYK 0.10 0 0.94 0.25
HSL 66.67º 0.89% 0.4% -
HSV(B) 66.67º 0.94% 0.75% -
XYZ 35.49 45.94 7.31 -
YUV 164.5 41.37 132.64 -
System Red Green Blue C M Y K H S L
Decimal 171 191 11 0.10 0 0.94 0.25 66.67 0.89 0.4
Hex AB BF B A 0 5E 19 43 59 28
Octal 253 277 13 12 0 136 31 103 131 50
Binary 10101011 10111111 1011 1010 0 1011110 11001 1000011 1011001 101000

Color Harmonies of #ABBF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF0B

Black with #ABBF0B

Text Example


Text Example

White with #ABBF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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