Html Css Color HEX #96B71B Citrus

📋 copy color: '#96B71B'

red 150 ◦ green 183 ◦ blue 27

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

Shades of Citrus #96B71B

Tints of Citrus #96B71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.5%

R = 41.67%
G = 50.83%
B = 7.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#96B71B (or 0x96B71B) is known color: Citrus. HEX triplet: 96, B7 and 1B. RGB value is (150,183,27). Sum of RGB (Red+Green+Blue) = 150+183+27=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #96B71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B71B is #6948E4. Grayscale: #9B9B9B. Windows color (decimal): -6899941 or 1816470. OLE color: 1816470.

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

Color convert

RGB 150 183 27 -
CMYK 0.18 0 0.85 0.28
HSL 72.69º 0.74% 0.41% -
HSV(B) 72.69º 0.85% 0.72% -
XYZ 29.71 40.43 7.27 -
YUV 155.35 55.57 124.18 -
System Red Green Blue C M Y K H S L
Decimal 150 183 27 0.18 0 0.85 0.28 72.69 0.74 0.41
Hex 96 B7 1B 12 0 55 1C 49 4A 29
Octal 226 267 33 22 0 125 34 111 112 51
Binary 10010110 10110111 11011 10010 0 1010101 11100 1001001 1001010 101001

Color Harmonies of #96B71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B71B

Black with #96B71B

Text Example


Text Example

White with #96B71B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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