Html Css Color HEX #85BB08 Citrus

📋 copy color: '#85BB08'

red 133 ◦ green 187 ◦ blue 8

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

Shades of Citrus #85BB08

Tints of Citrus #85BB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.44%

R = 40.55%
G = 57.01%
B = 2.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#85BB08 (or 0x85BB08) is known color: Citrus. HEX triplet: 85, BB and 08. RGB value is (133,187,8). Sum of RGB (Red+Green+Blue) = 133+187+8=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BB08 is #7A44F7. Grayscale: #979797. Windows color (decimal): -8013048 or 572293. OLE color: 572293.

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

Color convert

RGB 133 187 8 -
CMYK 0.29 0 0.96 0.27
HSL 78.1º 0.92% 0.38% -
HSV(B) 78.1º 0.96% 0.73% -
XYZ 27.49 40.54 6.61 -
YUV 150.45 47.61 115.55 -
System Red Green Blue C M Y K H S L
Decimal 133 187 8 0.29 0 0.96 0.27 78.1 0.92 0.38
Hex 85 BB 8 1D 0 60 1B 4E 5C 26
Octal 205 273 10 35 0 140 33 116 134 46
Binary 10000101 10111011 1000 11101 0 1100000 11011 1001110 1011100 100110

Color Harmonies of #85BB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BB08

Black with #85BB08

Text Example


Text Example

White with #85BB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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