Html Css Color HEX #A0BD0B Citrus

📋 copy color: '#A0BD0B'

red 160 ◦ green 189 ◦ blue 11

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

Shades of Citrus #A0BD0B

Tints of Citrus #A0BD0B

RGB

 RED value IS 160 (62.89% from 255) = 44.44%

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

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

R = 44.44%
G = 52.5%
B = 3.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#A0BD0B (or 0xA0BD0B) is known color: Citrus. HEX triplet: A0, BD and 0B. RGB value is (160,189,11). Sum of RGB (Red+Green+Blue) = 160+189+11=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BD0B is #5F42F4. Grayscale: #A0A0A0. Windows color (decimal): -6243061 or 769440. OLE color: 769440.

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

Color convert

RGB 160 189 11 -
CMYK 0.15 0 0.94 0.26
HSL 69.78º 0.89% 0.39% -
HSV(B) 69.78º 0.94% 0.74% -
XYZ 32.76 43.89 7.06 -
YUV 160.04 43.89 127.97 -
System Red Green Blue C M Y K H S L
Decimal 160 189 11 0.15 0 0.94 0.26 69.78 0.89 0.39
Hex A0 BD B F 0 5E 1A 46 59 27
Octal 240 275 13 17 0 136 32 106 131 47
Binary 10100000 10111101 1011 1111 0 1011110 11010 1000110 1011001 100111

Color Harmonies of #A0BD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD0B

Black with #A0BD0B

Text Example


Text Example

White with #A0BD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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