Html Css Color HEX #949F1D Citron

📋 copy color: '#949F1D'

red 148 ◦ green 159 ◦ blue 29

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

Shades of Citron #949F1D

Tints of Citron #949F1D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.32%

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 44.05%
G = 47.32%
B = 8.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#949F1D (or 0x949F1D) is known color: Citron. HEX triplet: 94, 9F and 1D. RGB value is (148,159,29). Sum of RGB (Red+Green+Blue) = 148+159+29=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #949F1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949F1D is #6B60E2. Grayscale: #8D8D8D. Windows color (decimal): -7037155 or 1941396. OLE color: 1941396.

HSL color Cylindrical-coordinate representation of color #949F1D: hue angle of 65.08º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #949F1D is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 159 29 -
CMYK 0.07 0 0.82 0.38
HSL 65.08º 0.69% 0.37% -
HSV(B) 65.08º 0.82% 0.62% -
XYZ 24.83 31.18 5.87 -
YUV 140.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 148 159 29 0.07 0 0.82 0.38 65.08 0.69 0.37
Hex 94 9F 1D 7 0 52 26 41 45 25
Octal 224 237 35 7 0 122 46 101 105 45
Binary 10010100 10011111 11101 111 0 1010010 100110 1000001 1000101 100101

Color Harmonies of #949F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F1D

Black with #949F1D

Text Example


Text Example

White with #949F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,159,29); }

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

background-color css

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

 a { background-color: rgb(148,159,29); }

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

border-color css

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

 span { border-color: rgb(148,159,29); }

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