Html Css Color HEX #949E05 Citrus

📋 copy color: '#949E05'

red 148 ◦ green 158 ◦ blue 5

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

Shades of Citrus #949E05

Tints of Citrus #949E05

RGB

 RED value IS 148 (58.2% from 255) = 47.59%

 GREEN value IS 158 (62.11% from 255) = 50.8%

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 47.59%
G = 50.8%
B = 1.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#949E05 (or 0x949E05) is known color: Citrus. HEX triplet: 94, 9E and 05. RGB value is (148,158,5). Sum of RGB (Red+Green+Blue) = 148+158+5=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 158 (62.11% from 255 or 50.80% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 158 - color contains mainly: green. Hex color #949E05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949E05 is #6B61FA. Grayscale: #8A8A8A. Windows color (decimal): -7037435 or 368276. OLE color: 368276.

HSL color Cylindrical-coordinate representation of color #949E05: hue angle of 63.92º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #949E05 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 158 5 -
CMYK 0.06 0 0.97 0.38
HSL 63.92º 0.94% 0.32% -
HSV(B) 63.92º 0.97% 0.62% -
XYZ 24.47 30.76 4.79 -
YUV 137.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 148 158 5 0.06 0 0.97 0.38 63.92 0.94 0.32
Hex 94 9E 5 6 0 61 26 40 5E 20
Octal 224 236 5 6 0 141 46 100 136 40
Binary 10010100 10011110 101 110 0 1100001 100110 1000000 1011110 100000

Color Harmonies of #949E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E05

Black with #949E05

Text Example


Text Example

White with #949E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949E05; }

 p { color: rgb(148,158,5); }

 H1.HeaderClassName
 {
   color: #949E05;
 }
 .AnyTagClassName
 {
   color: #949E05;
 }
</style>

background-color css

<style>
 a { background-color: #949E05; }

 a { background-color: rgb(148,158,5); }

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

border-color css

<style>
 span { border-color: #949E05; }

 span { border-color: rgb(148,158,5); }

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