Html Css Color HEX #92B02D Limerick

📋 copy color: '#92B02D'

red 146 ◦ green 176 ◦ blue 45

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

Shades of Limerick #92B02D

Tints of Limerick #92B02D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

 BLUE value IS 45 (17.97% from 255) = 12.26%

R = 39.78%
G = 47.96%
B = 12.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#92B02D (or 0x92B02D) is known color: Limerick. HEX triplet: 92, B0 and 2D. RGB value is (146,176,45). Sum of RGB (Red+Green+Blue) = 146+176+45=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #92B02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92B02D is #6D4FD2. Grayscale: #989898. Windows color (decimal): -7163859 or 2994322. OLE color: 2994322.

HSL color Cylindrical-coordinate representation of color #92B02D: hue angle of 73.74º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #92B02D is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 176 45 -
CMYK 0.17 0 0.74 0.31
HSL 73.74º 0.59% 0.43% -
HSV(B) 73.74º 0.74% 0.69% -
XYZ 27.85 37.35 8.22 -
YUV 152.1 67.56 123.65 -
System Red Green Blue C M Y K H S L
Decimal 146 176 45 0.17 0 0.74 0.31 73.74 0.59 0.43
Hex 92 B0 2D 11 0 4A 1F 4A 3B 2B
Octal 222 260 55 21 0 112 37 112 73 53
Binary 10010010 10110000 101101 10001 0 1001010 11111 1001010 111011 101011

Color Harmonies of #92B02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92B02D

Black with #92B02D

Text Example


Text Example

White with #92B02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,176,45); }

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

background-color css

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

 a { background-color: rgb(146,176,45); }

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

border-color css

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

 span { border-color: rgb(146,176,45); }

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