Html Css Color HEX #969D06 Citron

📋 copy color: '#969D06'

red 150 ◦ green 157 ◦ blue 6

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

Shades of Citron #969D06

Tints of Citron #969D06

RGB

 RED value IS 150 (58.98% from 255) = 47.92%

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

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

R = 47.92%
G = 50.16%
B = 1.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#969D06 (or 0x969D06) is known color: Citron. HEX triplet: 96, 9D and 06. RGB value is (150,157,6). Sum of RGB (Red+Green+Blue) = 150+157+6=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 157 (61.72% from 255 or 50.16% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 157 - color contains mainly: green. Hex color #969D06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969D06 is #6962F9. Grayscale: #8A8A8A. Windows color (decimal): -6906618 or 433558. OLE color: 433558.

HSL color Cylindrical-coordinate representation of color #969D06: hue angle of 62.78º 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 #969D06 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 157 6 -
CMYK 0.04 0 0.96 0.38
HSL 62.78º 0.93% 0.32% -
HSV(B) 62.78º 0.96% 0.62% -
XYZ 24.67 30.61 4.78 -
YUV 137.69 53.68 136.78 -
System Red Green Blue C M Y K H S L
Decimal 150 157 6 0.04 0 0.96 0.38 62.78 0.93 0.32
Hex 96 9D 6 4 0 60 26 3F 5D 20
Octal 226 235 6 4 0 140 46 77 135 40
Binary 10010110 10011101 110 100 0 1100000 100110 111111 1011101 100000

Color Harmonies of #969D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969D06

Black with #969D06

Text Example


Text Example

White with #969D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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