Html Css Color HEX #85BB3D Limerick

📋 copy color: '#85BB3D'

red 133 ◦ green 187 ◦ blue 61

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

Shades of Limerick #85BB3D

Tints of Limerick #85BB3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.01%

R = 34.91%
G = 49.08%
B = 16.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#85BB3D (or 0x85BB3D) is known color: Limerick. HEX triplet: 85, BB and 3D. RGB value is (133,187,61). Sum of RGB (Red+Green+Blue) = 133+187+61=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BB3D is #7A44C2. Grayscale: #9C9C9C. Windows color (decimal): -8012995 or 4045701. OLE color: 4045701.

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

Color convert

RGB 133 187 61 -
CMYK 0.29 0 0.67 0.27
HSL 85.71º 0.51% 0.49% -
HSV(B) 85.71º 0.67% 0.73% -
XYZ 28.29 40.86 10.81 -
YUV 156.49 74.11 111.25 -
System Red Green Blue C M Y K H S L
Decimal 133 187 61 0.29 0 0.67 0.27 85.71 0.51 0.49
Hex 85 BB 3D 1D 0 43 1B 56 33 31
Octal 205 273 75 35 0 103 33 126 63 61
Binary 10000101 10111011 111101 11101 0 1000011 11011 1010110 110011 110001

Color Harmonies of #85BB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BB3D

Black with #85BB3D

Text Example


Text Example

White with #85BB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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