Html Css Color HEX #96B00A Citrus

📋 copy color: '#96B00A'

red 150 ◦ green 176 ◦ blue 10

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

Shades of Citrus #96B00A

Tints of Citrus #96B00A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.38%

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

R = 44.64%
G = 52.38%
B = 2.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#96B00A (or 0x96B00A) is known color: Citrus. HEX triplet: 96, B0 and 0A. RGB value is (150,176,10). Sum of RGB (Red+Green+Blue) = 150+176+10=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 176 (69.14% from 255 or 52.38% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 176 - color contains mainly: green. Hex color #96B00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96B00A is #694FF5. Grayscale: #959595. Windows color (decimal): -6901750 or 700566. OLE color: 700566.

HSL color Cylindrical-coordinate representation of color #96B00A: hue angle of 69.4º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96B00A is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 176 10 -
CMYK 0.15 0 0.94 0.31
HSL 69.4º 0.89% 0.36% -
HSV(B) 69.4º 0.94% 0.69% -
XYZ 28.16 37.56 6.05 -
YUV 149.3 49.39 128.5 -
System Red Green Blue C M Y K H S L
Decimal 150 176 10 0.15 0 0.94 0.31 69.4 0.89 0.36
Hex 96 B0 A F 0 5E 1F 45 59 24
Octal 226 260 12 17 0 136 37 105 131 44
Binary 10010110 10110000 1010 1111 0 1011110 11111 1000101 1011001 100100

Color Harmonies of #96B00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B00A

Black with #96B00A

Text Example


Text Example

White with #96B00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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