Html Css Color HEX #92B534 Limerick

📋 copy color: '#92B534'

red 146 ◦ green 181 ◦ blue 52

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

Shades of Limerick #92B534

Tints of Limerick #92B534

RGB

 RED value IS 146 (57.42% from 255) = 38.52%

 GREEN value IS 181 (71.09% from 255) = 47.76%

 BLUE value IS 52 (20.7% from 255) = 13.72%

R = 38.52%
G = 47.76%
B = 13.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#92B534 (or 0x92B534) is known color: Limerick. HEX triplet: 92, B5 and 34. RGB value is (146,181,52). Sum of RGB (Red+Green+Blue) = 146+181+52=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #92B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92B534 is #6D4ACB. Grayscale: #9C9C9C. Windows color (decimal): -7162572 or 3454354. OLE color: 3454354.

HSL color Cylindrical-coordinate representation of color #92B534: hue angle of 76.28º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92B534 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 181 52 -
CMYK 0.19 0 0.71 0.29
HSL 76.28º 0.55% 0.46% -
HSV(B) 76.28º 0.71% 0.71% -
XYZ 29 39.41 9.33 -
YUV 155.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 146 181 52 0.19 0 0.71 0.29 76.28 0.55 0.46
Hex 92 B5 34 13 0 47 1D 4C 37 2E
Octal 222 265 64 23 0 107 35 114 67 56
Binary 10010010 10110101 110100 10011 0 1000111 11101 1001100 110111 101110

Color Harmonies of #92B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B534

Black with #92B534

Text Example


Text Example

White with #92B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92B534; }

 p { color: rgb(146,181,52); }

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

background-color css

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

 a { background-color: rgb(146,181,52); }

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

border-color css

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

 span { border-color: rgb(146,181,52); }

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