Html Css Color HEX #95B00E Citrus

📋 copy color: '#95B00E'

red 149 ◦ green 176 ◦ blue 14

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

Shades of Citrus #95B00E

Tints of Citrus #95B00E

RGB

 RED value IS 149 (58.59% from 255) = 43.95%

 GREEN value IS 176 (69.14% from 255) = 51.92%

 BLUE value IS 14 (5.86% from 255) = 4.13%

R = 43.95%
G = 51.92%
B = 4.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#95B00E (or 0x95B00E) is known color: Citrus. HEX triplet: 95, B0 and 0E. RGB value is (149,176,14). Sum of RGB (Red+Green+Blue) = 149+176+14=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #95B00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95B00E is #6A4FF1. Grayscale: #969696. Windows color (decimal): -6967282 or 962709. OLE color: 962709.

HSL color Cylindrical-coordinate representation of color #95B00E: hue angle of 70º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95B00E is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 176 14 -
CMYK 0.15 0 0.92 0.31
HSL 70º 0.85% 0.37% -
HSV(B) 70º 0.92% 0.69% -
XYZ 28 37.47 6.17 -
YUV 149.46 51.55 127.67 -
System Red Green Blue C M Y K H S L
Decimal 149 176 14 0.15 0 0.92 0.31 70 0.85 0.37
Hex 95 B0 E F 0 5C 1F 46 55 25
Octal 225 260 16 17 0 134 37 106 125 45
Binary 10010101 10110000 1110 1111 0 1011100 11111 1000110 1010101 100101

Color Harmonies of #95B00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B00E

Black with #95B00E

Text Example


Text Example

White with #95B00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95B00E; }

 p { color: rgb(149,176,14); }

 H1.HeaderClassName
 {
   color: #95B00E;
 }
 .AnyTagClassName
 {
   color: #95B00E;
 }
</style>

background-color css

<style>
 a { background-color: #95B00E; }

 a { background-color: rgb(149,176,14); }

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

border-color css

<style>
 span { border-color: #95B00E; }

 span { border-color: rgb(149,176,14); }

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