Html Css Color HEX #949C07 Citron

📋 copy color: '#949C07'

red 148 ◦ green 156 ◦ blue 7

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

Shades of Citron #949C07

Tints of Citron #949C07

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.16%

 BLUE value IS 7 (3.13% from 255) = 2.25%

R = 47.59%
G = 50.16%
B = 2.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#949C07 (or 0x949C07) is known color: Citron. HEX triplet: 94, 9C and 07. RGB value is (148,156,7). Sum of RGB (Red+Green+Blue) = 148+156+7=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 156 (61.33% from 255 or 50.16% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 156 - color contains mainly: green. Hex color #949C07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949C07 is #6B63F8. Grayscale: #898989. Windows color (decimal): -7037945 or 498836. OLE color: 498836.

HSL color Cylindrical-coordinate representation of color #949C07: hue angle of 63.22º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #949C07 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 156 7 -
CMYK 0.05 0 0.96 0.39
HSL 63.22º 0.91% 0.32% -
HSV(B) 63.22º 0.96% 0.61% -
XYZ 24.14 30.09 4.74 -
YUV 136.62 54.85 136.12 -
System Red Green Blue C M Y K H S L
Decimal 148 156 7 0.05 0 0.96 0.39 63.22 0.91 0.32
Hex 94 9C 7 5 0 60 27 3F 5B 20
Octal 224 234 7 5 0 140 47 77 133 40
Binary 10010100 10011100 111 101 0 1100000 100111 111111 1011011 100000

Color Harmonies of #949C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C07

Black with #949C07

Text Example


Text Example

White with #949C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,156,7); }

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

background-color css

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

 a { background-color: rgb(148,156,7); }

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

border-color css

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

 span { border-color: rgb(148,156,7); }

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