Html Css Color HEX #949608 Citron

📋 copy color: '#949608'

red 148 ◦ green 150 ◦ blue 8

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

Shades of Citron #949608

Tints of Citron #949608

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.02%

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 48.37%
G = 49.02%
B = 2.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#949608 (or 0x949608) is known color: Citron. HEX triplet: 94, 96 and 08. RGB value is (148,150,8). Sum of RGB (Red+Green+Blue) = 148+150+8=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #949608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949608 is #6B69F7. Grayscale: #858585. Windows color (decimal): -7039480 or 562836. OLE color: 562836.

HSL color Cylindrical-coordinate representation of color #949608: hue angle of 60.85º degrees, saturation: 0.9, 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 #949608 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 8 -
CMYK 0.01 0 0.95 0.41
HSL 60.85º 0.9% 0.31% -
HSV(B) 60.85º 0.95% 0.59% -
XYZ 23.16 28.13 4.44 -
YUV 133.21 57.34 138.55 -
System Red Green Blue C M Y K H S L
Decimal 148 150 8 0.01 0 0.95 0.41 60.85 0.9 0.31
Hex 94 96 8 1 0 5F 29 3D 5A 1F
Octal 224 226 10 1 0 137 51 75 132 37
Binary 10010100 10010110 1000 1 0 1011111 101001 111101 1011010 11111

Color Harmonies of #949608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949608

Black with #949608

Text Example


Text Example

White with #949608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949608; }

 p { color: rgb(148,150,8); }

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

background-color css

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

 a { background-color: rgb(148,150,8); }

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

border-color css

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

 span { border-color: rgb(148,150,8); }

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