Html Css Color HEX #969926 Citron

📋 copy color: '#969926'

red 150 ◦ green 153 ◦ blue 38

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

Shades of Citron #969926

Tints of Citron #969926

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.87%

 BLUE value IS 38 (15.23% from 255) = 11.14%

R = 43.99%
G = 44.87%
B = 11.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#969926 (or 0x969926) is known color: Citron. HEX triplet: 96, 99 and 26. RGB value is (150,153,38). Sum of RGB (Red+Green+Blue) = 150+153+38=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #969926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969926 is #6966D9. Grayscale: #8B8B8B. Windows color (decimal): -6907610 or 2529686. OLE color: 2529686.

HSL color Cylindrical-coordinate representation of color #969926: hue angle of 61.57º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #969926 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 38 -
CMYK 0.02 0 0.75 0.4
HSL 61.57º 0.6% 0.37% -
HSV(B) 61.57º 0.75% 0.6% -
XYZ 24.32 29.41 6.23 -
YUV 138.99 71.01 135.85 -
System Red Green Blue C M Y K H S L
Decimal 150 153 38 0.02 0 0.75 0.4 61.57 0.6 0.37
Hex 96 99 26 2 0 4B 28 3E 3C 25
Octal 226 231 46 2 0 113 50 76 74 45
Binary 10010110 10011001 100110 10 0 1001011 101000 111110 111100 100101

Color Harmonies of #969926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969926

Black with #969926

Text Example


Text Example

White with #969926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969926; }

 p { color: rgb(150,153,38); }

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

background-color css

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

 a { background-color: rgb(150,153,38); }

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

border-color css

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

 span { border-color: rgb(150,153,38); }

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