Html Css Color HEX #969423 Citron

📋 copy color: '#969423'

red 150 ◦ green 148 ◦ blue 35

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

Shades of Citron #969423

Tints of Citron #969423

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.44%

 BLUE value IS 35 (14.06% from 255) = 10.51%

R = 45.05%
G = 44.44%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#969423 (or 0x969423) is known color: Citron. HEX triplet: 96, 94 and 23. RGB value is (150,148,35). Sum of RGB (Red+Green+Blue) = 150+148+35=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #969423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969423 is #696BDC. Grayscale: #888888. Windows color (decimal): -6908893 or 2331798. OLE color: 2331798.

HSL color Cylindrical-coordinate representation of color #969423: hue angle of 58.96º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #969423 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 35 -
CMYK 0 0.01 0.77 0.41
HSL 58.96º 0.62% 0.36% -
HSV(B) 58.96º 0.77% 0.59% -
XYZ 23.47 27.79 5.72 -
YUV 135.72 71.16 138.19 -
System Red Green Blue C M Y K H S L
Decimal 150 148 35 0 0.01 0.77 0.41 58.96 0.62 0.36
Hex 96 94 23 0 1 4D 29 3B 3E 24
Octal 226 224 43 0 1 115 51 73 76 44
Binary 10010110 10010100 100011 0 1 1001101 101001 111011 111110 100100

Color Harmonies of #969423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969423

Black with #969423

Text Example


Text Example

White with #969423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969423; }

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

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

background-color css

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

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

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

border-color css

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

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

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