Html Css Color HEX #96B70A Citrus

📋 copy color: '#96B70A'

red 150 ◦ green 183 ◦ blue 10

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

Shades of Citrus #96B70A

Tints of Citrus #96B70A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.35%

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 43.73%
G = 53.35%
B = 2.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#96B70A (or 0x96B70A) is known color: Citrus. HEX triplet: 96, B7 and 0A. RGB value is (150,183,10). Sum of RGB (Red+Green+Blue) = 150+183+10=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #96B70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B70A is #6948F5. Grayscale: #9A9A9A. Windows color (decimal): -6899958 or 702358. OLE color: 702358.

HSL color Cylindrical-coordinate representation of color #96B70A: hue angle of 71.45º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96B70A is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 10 -
CMYK 0.18 0 0.95 0.28
HSL 71.45º 0.9% 0.38% -
HSV(B) 71.45º 0.95% 0.72% -
XYZ 29.57 40.37 6.52 -
YUV 153.41 47.07 125.57 -
System Red Green Blue C M Y K H S L
Decimal 150 183 10 0.18 0 0.95 0.28 71.45 0.9 0.38
Hex 96 B7 A 12 0 5F 1C 47 5A 26
Octal 226 267 12 22 0 137 34 107 132 46
Binary 10010110 10110111 1010 10010 0 1011111 11100 1000111 1011010 100110

Color Harmonies of #96B70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B70A

Black with #96B70A

Text Example


Text Example

White with #96B70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B70A; }

 p { color: rgb(150,183,10); }

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

background-color css

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

 a { background-color: rgb(150,183,10); }

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

border-color css

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

 span { border-color: rgb(150,183,10); }

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