Html Css Color HEX #92C212 Citrus

📋 copy color: '#92C212'

red 146 ◦ green 194 ◦ blue 18

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

Shades of Citrus #92C212

Tints of Citrus #92C212

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.19%

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 40.78%
G = 54.19%
B = 5.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#92C212 (or 0x92C212) is known color: Citrus. HEX triplet: 92, C2 and 12. RGB value is (146,194,18). Sum of RGB (Red+Green+Blue) = 146+194+18=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #92C212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C212 is #6D3DED. Grayscale: #A0A0A0. Windows color (decimal): -7159278 or 1229458. OLE color: 1229458.

HSL color Cylindrical-coordinate representation of color #92C212: hue angle of 76.36º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92C212 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 194 18 -
CMYK 0.25 0 0.91 0.24
HSL 76.36º 0.83% 0.42% -
HSV(B) 76.36º 0.91% 0.76% -
XYZ 31.26 44.74 7.56 -
YUV 159.58 48.1 118.31 -
System Red Green Blue C M Y K H S L
Decimal 146 194 18 0.25 0 0.91 0.24 76.36 0.83 0.42
Hex 92 C2 12 19 0 5B 18 4C 53 2A
Octal 222 302 22 31 0 133 30 114 123 52
Binary 10010010 11000010 10010 11001 0 1011011 11000 1001100 1010011 101010

Color Harmonies of #92C212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C212

Black with #92C212

Text Example


Text Example

White with #92C212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,194,18); }

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

background-color css

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

 a { background-color: rgb(146,194,18); }

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

border-color css

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

 span { border-color: rgb(146,194,18); }

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