Html Css Color HEX #949B06 Citron

📋 copy color: '#949B06'

red 148 ◦ green 155 ◦ blue 6

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

Shades of Citron #949B06

Tints of Citron #949B06

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.16%

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

R = 47.9%
G = 50.16%
B = 1.94%

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

#949B06 (or 0x949B06) is known color: Citron. HEX triplet: 94, 9B and 06. RGB value is (148,155,6). Sum of RGB (Red+Green+Blue) = 148+155+6=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #949B06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949B06 is #6B64F9. Grayscale: #888888. Windows color (decimal): -7038202 or 433044. OLE color: 433044.

HSL color Cylindrical-coordinate representation of color #949B06: hue angle of 62.82º degrees, saturation: 0.93, 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 #949B06 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 155 6 -
CMYK 0.05 0 0.96 0.39
HSL 62.82º 0.93% 0.32% -
HSV(B) 62.82º 0.96% 0.61% -
XYZ 23.97 29.75 4.65 -
YUV 135.92 54.68 136.62 -
System Red Green Blue C M Y K H S L
Decimal 148 155 6 0.05 0 0.96 0.39 62.82 0.93 0.32
Hex 94 9B 6 5 0 60 27 3F 5D 20
Octal 224 233 6 5 0 140 47 77 135 40
Binary 10010100 10011011 110 101 0 1100000 100111 111111 1011101 100000

Color Harmonies of #949B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B06

Black with #949B06

Text Example


Text Example

White with #949B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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