Html Css Color HEX #949C1B Citron

📋 copy color: '#949C1B'

red 148 ◦ green 156 ◦ blue 27

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

Shades of Citron #949C1B

Tints of Citron #949C1B

RGB

 RED value IS 148 (58.2% from 255) = 44.71%

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

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

R = 44.71%
G = 47.13%
B = 8.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#949C1B (or 0x949C1B) is known color: Citron. HEX triplet: 94, 9C and 1B. RGB value is (148,156,27). Sum of RGB (Red+Green+Blue) = 148+156+27=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #949C1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949C1B is #6B63E4. Grayscale: #8B8B8B. Windows color (decimal): -7037925 or 1809556. OLE color: 1809556.

HSL color Cylindrical-coordinate representation of color #949C1B: hue angle of 63.72º 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 #949C1B is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 156 27 -
CMYK 0.05 0 0.83 0.39
HSL 63.72º 0.7% 0.36% -
HSV(B) 63.72º 0.83% 0.61% -
XYZ 24.3 30.15 5.58 -
YUV 138.9 64.85 134.49 -
System Red Green Blue C M Y K H S L
Decimal 148 156 27 0.05 0 0.83 0.39 63.72 0.7 0.36
Hex 94 9C 1B 5 0 53 27 40 46 24
Octal 224 234 33 5 0 123 47 100 106 44
Binary 10010100 10011100 11011 101 0 1010011 100111 1000000 1000110 100100

Color Harmonies of #949C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C1B

Black with #949C1B

Text Example


Text Example

White with #949C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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