Html Css Color HEX #97960B Citron

📋 copy color: '#97960B'

red 151 ◦ green 150 ◦ blue 11

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

Shades of Citron #97960B

Tints of Citron #97960B

RGB

 RED value IS 151 (59.38% from 255) = 48.4%

 GREEN value IS 150 (58.98% from 255) = 48.08%

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 48.4%
G = 48.08%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97960B (or 0x97960B) is known color: Citron. HEX triplet: 97, 96 and 0B. RGB value is (151,150,11). Sum of RGB (Red+Green+Blue) = 151+150+11=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97960B is #6869F4. Grayscale: #878787. Windows color (decimal): -6842869 or 759447. OLE color: 759447.

HSL color Cylindrical-coordinate representation of color #97960B: hue angle of 59.57º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97960B is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 150 11 -
CMYK 0 0.01 0.93 0.41
HSL 59.57º 0.86% 0.32% -
HSV(B) 59.57º 0.93% 0.59% -
XYZ 23.73 28.42 4.55 -
YUV 134.45 58.33 139.8 -
System Red Green Blue C M Y K H S L
Decimal 151 150 11 0 0.01 0.93 0.41 59.57 0.86 0.32
Hex 97 96 B 0 1 5D 29 3C 56 20
Octal 227 226 13 0 1 135 51 74 126 40
Binary 10010111 10010110 1011 0 1 1011101 101001 111100 1010110 100000

Color Harmonies of #97960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97960B

Black with #97960B

Text Example


Text Example

White with #97960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97960B; }

 p { color: rgb(151,150,11); }

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

background-color css

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

 a { background-color: rgb(151,150,11); }

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

border-color css

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

 span { border-color: rgb(151,150,11); }

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