Html Css Color HEX #949707 Citron

📋 copy color: '#949707'

red 148 ◦ green 151 ◦ blue 7

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

Shades of Citron #949707

Tints of Citron #949707

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.35%

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

R = 48.37%
G = 49.35%
B = 2.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#949707 (or 0x949707) is known color: Citron. HEX triplet: 94, 97 and 07. RGB value is (148,151,7). Sum of RGB (Red+Green+Blue) = 148+151+7=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #949707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949707 is #6B68F8. Grayscale: #868686. Windows color (decimal): -7039225 or 497556. OLE color: 497556.

HSL color Cylindrical-coordinate representation of color #949707: hue angle of 61.25º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #949707 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 7 -
CMYK 0.02 0 0.95 0.41
HSL 61.25º 0.91% 0.31% -
HSV(B) 61.25º 0.95% 0.59% -
XYZ 23.32 28.44 4.46 -
YUV 133.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 148 151 7 0.02 0 0.95 0.41 61.25 0.91 0.31
Hex 94 97 7 2 0 5F 29 3D 5B 1F
Octal 224 227 7 2 0 137 51 75 133 37
Binary 10010100 10010111 111 10 0 1011111 101001 111101 1011011 11111

Color Harmonies of #949707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949707

Black with #949707

Text Example


Text Example

White with #949707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949707; }

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

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

background-color css

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

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

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

border-color css

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

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

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