Html Css Color HEX #85BB0A Citrus

📋 copy color: '#85BB0A'

red 133 ◦ green 187 ◦ blue 10

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

Shades of Citrus #85BB0A

Tints of Citrus #85BB0A

RGB

 RED value IS 133 (52.34% from 255) = 40.3%

 GREEN value IS 187 (73.44% from 255) = 56.67%

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 40.3%
G = 56.67%
B = 3.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#85BB0A (or 0x85BB0A) is known color: Citrus. HEX triplet: 85, BB and 0A. RGB value is (133,187,10). Sum of RGB (Red+Green+Blue) = 133+187+10=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BB0A is #7A44F5. Grayscale: #979797. Windows color (decimal): -8013046 or 703365. OLE color: 703365.

HSL color Cylindrical-coordinate representation of color #85BB0A: hue angle of 78.31º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85BB0A is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 187 10 -
CMYK 0.29 0 0.95 0.27
HSL 78.31º 0.9% 0.39% -
HSV(B) 78.31º 0.95% 0.73% -
XYZ 27.5 40.55 6.66 -
YUV 150.68 48.61 115.39 -
System Red Green Blue C M Y K H S L
Decimal 133 187 10 0.29 0 0.95 0.27 78.31 0.9 0.39
Hex 85 BB A 1D 0 5F 1B 4E 5A 27
Octal 205 273 12 35 0 137 33 116 132 47
Binary 10000101 10111011 1010 11101 0 1011111 11011 1001110 1011010 100111

Color Harmonies of #85BB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BB0A

Black with #85BB0A

Text Example


Text Example

White with #85BB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85BB0A; }

 p { color: rgb(133,187,10); }

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

background-color css

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

 a { background-color: rgb(133,187,10); }

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

border-color css

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

 span { border-color: rgb(133,187,10); }

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