Html Css Color HEX #93BA0F Citrus

📋 copy color: '#93BA0F'

red 147 ◦ green 186 ◦ blue 15

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

Shades of Citrus #93BA0F

Tints of Citrus #93BA0F

RGB

 RED value IS 147 (57.81% from 255) = 42.24%

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

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

R = 42.24%
G = 53.45%
B = 4.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#93BA0F (or 0x93BA0F) is known color: Citrus. HEX triplet: 93, BA and 0F. RGB value is (147,186,15). Sum of RGB (Red+Green+Blue) = 147+186+15=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BA0F is #6C45F0. Grayscale: #9B9B9B. Windows color (decimal): -7095793 or 1030803. OLE color: 1030803.

HSL color Cylindrical-coordinate representation of color #93BA0F: hue angle of 73.68º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93BA0F is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 186 15 -
CMYK 0.21 0 0.92 0.27
HSL 73.68º 0.85% 0.39% -
HSV(B) 73.68º 0.92% 0.73% -
XYZ 29.68 41.36 6.87 -
YUV 154.85 49.08 122.4 -
System Red Green Blue C M Y K H S L
Decimal 147 186 15 0.21 0 0.92 0.27 73.68 0.85 0.39
Hex 93 BA F 15 0 5C 1B 4A 55 27
Octal 223 272 17 25 0 134 33 112 125 47
Binary 10010011 10111010 1111 10101 0 1011100 11011 1001010 1010101 100111

Color Harmonies of #93BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BA0F

Black with #93BA0F

Text Example


Text Example

White with #93BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93BA0F; }

 p { color: rgb(147,186,15); }

 H1.HeaderClassName
 {
   color: #93BA0F;
 }
 .AnyTagClassName
 {
   color: #93BA0F;
 }
</style>

background-color css

<style>
 a { background-color: #93BA0F; }

 a { background-color: rgb(147,186,15); }

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

border-color css

<style>
 span { border-color: #93BA0F; }

 span { border-color: rgb(147,186,15); }

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