Html Css Color HEX #92BC0F Citrus

📋 copy color: '#92BC0F'

red 146 ◦ green 188 ◦ blue 15

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

Shades of Citrus #92BC0F

Tints of Citrus #92BC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.87%

 BLUE value IS 15 (6.25% from 255) = 4.3%

R = 41.83%
G = 53.87%
B = 4.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#92BC0F (or 0x92BC0F) is known color: Citrus. HEX triplet: 92, BC and 0F. RGB value is (146,188,15). Sum of RGB (Red+Green+Blue) = 146+188+15=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BC0F is #6D43F0. Grayscale: #9C9C9C. Windows color (decimal): -7160817 or 1031314. OLE color: 1031314.

HSL color Cylindrical-coordinate representation of color #92BC0F: hue angle of 74.57º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92BC0F is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 188 15 -
CMYK 0.22 0 0.92 0.26
HSL 74.57º 0.85% 0.4% -
HSV(B) 74.57º 0.92% 0.74% -
XYZ 29.92 42.11 7 -
YUV 155.72 48.59 121.07 -
System Red Green Blue C M Y K H S L
Decimal 146 188 15 0.22 0 0.92 0.26 74.57 0.85 0.4
Hex 92 BC F 16 0 5C 1A 4B 55 28
Octal 222 274 17 26 0 134 32 113 125 50
Binary 10010010 10111100 1111 10110 0 1011100 11010 1001011 1010101 101000

Color Harmonies of #92BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BC0F

Black with #92BC0F

Text Example


Text Example

White with #92BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,188,15); }

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

background-color css

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

 a { background-color: rgb(146,188,15); }

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

border-color css

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

 span { border-color: rgb(146,188,15); }

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