Html Css Color HEX #92BD0F Citrus

📋 copy color: '#92BD0F'

red 146 ◦ green 189 ◦ blue 15

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

Shades of Citrus #92BD0F

Tints of Citrus #92BD0F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54%

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

R = 41.71%
G = 54%
B = 4.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#92BD0F (or 0x92BD0F) is known color: Citrus. HEX triplet: 92, BD and 0F. RGB value is (146,189,15). Sum of RGB (Red+Green+Blue) = 146+189+15=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BD0F is #6D42F0. Grayscale: #9C9C9C. Windows color (decimal): -7160561 or 1031570. OLE color: 1031570.

HSL color Cylindrical-coordinate representation of color #92BD0F: hue angle of 74.83º 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 #92BD0F is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 189 15 -
CMYK 0.23 0 0.92 0.26
HSL 74.83º 0.85% 0.4% -
HSV(B) 74.83º 0.92% 0.74% -
XYZ 30.14 42.54 7.07 -
YUV 156.31 48.25 120.65 -
System Red Green Blue C M Y K H S L
Decimal 146 189 15 0.23 0 0.92 0.26 74.83 0.85 0.4
Hex 92 BD F 17 0 5C 1A 4B 55 28
Octal 222 275 17 27 0 134 32 113 125 50
Binary 10010010 10111101 1111 10111 0 1011100 11010 1001011 1010101 101000

Color Harmonies of #92BD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BD0F

Black with #92BD0F

Text Example


Text Example

White with #92BD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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