Html Css Color HEX #949D06 Citron

📋 copy color: '#949D06'

red 148 ◦ green 157 ◦ blue 6

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

Shades of Citron #949D06

Tints of Citron #949D06

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.48%

 BLUE value IS 6 (2.73% from 255) = 1.93%

R = 47.59%
G = 50.48%
B = 1.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#949D06 (or 0x949D06) is known color: Citron. HEX triplet: 94, 9D and 06. RGB value is (148,157,6). Sum of RGB (Red+Green+Blue) = 148+157+6=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #949D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949D06 is #6B62F9. Grayscale: #898989. Windows color (decimal): -7037690 or 433556. OLE color: 433556.

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

Color convert

RGB 148 157 6 -
CMYK 0.06 0 0.96 0.38
HSL 63.58º 0.93% 0.32% -
HSV(B) 63.58º 0.96% 0.62% -
XYZ 24.3 30.42 4.76 -
YUV 137.1 54.02 135.78 -
System Red Green Blue C M Y K H S L
Decimal 148 157 6 0.06 0 0.96 0.38 63.58 0.93 0.32
Hex 94 9D 6 6 0 60 26 40 5D 20
Octal 224 235 6 6 0 140 46 100 135 40
Binary 10010100 10011101 110 110 0 1100000 100110 1000000 1011101 100000

Color Harmonies of #949D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D06

Black with #949D06

Text Example


Text Example

White with #949D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,157,6); }

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

background-color css

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

 a { background-color: rgb(148,157,6); }

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

border-color css

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

 span { border-color: rgb(148,157,6); }

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