Html Css Color HEX #969B24 Citron

📋 copy color: '#969B24'

red 150 ◦ green 155 ◦ blue 36

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

Shades of Citron #969B24

Tints of Citron #969B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 43.99%
G = 45.45%
B = 10.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#969B24 (or 0x969B24) is known color: Citron. HEX triplet: 96, 9B and 24. RGB value is (150,155,36). Sum of RGB (Red+Green+Blue) = 150+155+36=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #969B24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969B24 is #6964DB. Grayscale: #8C8C8C. Windows color (decimal): -6907100 or 2399126. OLE color: 2399126.

HSL color Cylindrical-coordinate representation of color #969B24: hue angle of 62.52º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #969B24 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 155 36 -
CMYK 0.03 0 0.77 0.39
HSL 62.52º 0.62% 0.37% -
HSV(B) 62.52º 0.77% 0.61% -
XYZ 24.62 30.05 6.17 -
YUV 139.94 69.34 135.18 -
System Red Green Blue C M Y K H S L
Decimal 150 155 36 0.03 0 0.77 0.39 62.52 0.62 0.37
Hex 96 9B 24 3 0 4D 27 3F 3E 25
Octal 226 233 44 3 0 115 47 77 76 45
Binary 10010110 10011011 100100 11 0 1001101 100111 111111 111110 100101

Color Harmonies of #969B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969B24

Black with #969B24

Text Example


Text Example

White with #969B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,155,36); }

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

background-color css

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

 a { background-color: rgb(150,155,36); }

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

border-color css

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

 span { border-color: rgb(150,155,36); }

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