Html Css Color HEX #969C1B Citron

📋 copy color: '#969C1B'

red 150 ◦ green 156 ◦ blue 27

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

Shades of Citron #969C1B

Tints of Citron #969C1B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.85%

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

R = 45.05%
G = 46.85%
B = 8.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#969C1B (or 0x969C1B) is known color: Citron. HEX triplet: 96, 9C and 1B. RGB value is (150,156,27). Sum of RGB (Red+Green+Blue) = 150+156+27=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #969C1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969C1B is #6963E4. Grayscale: #8C8C8C. Windows color (decimal): -6906853 or 1809558. OLE color: 1809558.

HSL color Cylindrical-coordinate representation of color #969C1B: hue angle of 62.79º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #969C1B is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 156 27 -
CMYK 0.04 0 0.83 0.39
HSL 62.79º 0.7% 0.36% -
HSV(B) 62.79º 0.83% 0.61% -
XYZ 24.66 30.34 5.59 -
YUV 139.5 64.51 135.49 -
System Red Green Blue C M Y K H S L
Decimal 150 156 27 0.04 0 0.83 0.39 62.79 0.7 0.36
Hex 96 9C 1B 4 0 53 27 3F 46 24
Octal 226 234 33 4 0 123 47 77 106 44
Binary 10010110 10011100 11011 100 0 1010011 100111 111111 1000110 100100

Color Harmonies of #969C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C1B

Black with #969C1B

Text Example


Text Example

White with #969C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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