Html Css Color HEX #92BA0A Citrus

📋 copy color: '#92BA0A'

red 146 ◦ green 186 ◦ blue 10

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

Shades of Citrus #92BA0A

Tints of Citrus #92BA0A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.39%

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 42.69%
G = 54.39%
B = 2.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#92BA0A (or 0x92BA0A) is known color: Citrus. HEX triplet: 92, BA and 0A. RGB value is (146,186,10). Sum of RGB (Red+Green+Blue) = 146+186+10=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BA0A is #6D45F5. Grayscale: #9A9A9A. Windows color (decimal): -7161334 or 703122. OLE color: 703122.

HSL color Cylindrical-coordinate representation of color #92BA0A: hue angle of 73.64º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92BA0A is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 186 10 -
CMYK 0.22 0 0.95 0.27
HSL 73.64º 0.9% 0.38% -
HSV(B) 73.64º 0.95% 0.73% -
XYZ 29.47 41.25 6.7 -
YUV 153.98 46.75 122.31 -
System Red Green Blue C M Y K H S L
Decimal 146 186 10 0.22 0 0.95 0.27 73.64 0.9 0.38
Hex 92 BA A 16 0 5F 1B 4A 5A 26
Octal 222 272 12 26 0 137 33 112 132 46
Binary 10010010 10111010 1010 10110 0 1011111 11011 1001010 1011010 100110

Color Harmonies of #92BA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BA0A

Black with #92BA0A

Text Example


Text Example

White with #92BA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,186,10); }

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

background-color css

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

 a { background-color: rgb(146,186,10); }

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

border-color css

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

 span { border-color: rgb(146,186,10); }

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