Html Css Color HEX #949127 Citron

📋 copy color: '#949127'

red 148 ◦ green 145 ◦ blue 39

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

Shades of Citron #949127

Tints of Citron #949127

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.67%

 BLUE value IS 39 (15.63% from 255) = 11.75%

R = 44.58%
G = 43.67%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#949127 (or 0x949127) is known color: Citron. HEX triplet: 94, 91 and 27. RGB value is (148,145,39). Sum of RGB (Red+Green+Blue) = 148+145+39=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #949127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949127 is #6B6ED8. Grayscale: #868686. Windows color (decimal): -7040729 or 2593172. OLE color: 2593172.

HSL color Cylindrical-coordinate representation of color #949127: hue angle of 58.35º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #949127 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 145 39 -
CMYK 0 0.02 0.74 0.42
HSL 58.35º 0.58% 0.37% -
HSV(B) 58.35º 0.74% 0.58% -
XYZ 22.7 26.69 5.88 -
YUV 133.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 148 145 39 0 0.02 0.74 0.42 58.35 0.58 0.37
Hex 94 91 27 0 2 4A 2A 3A 3A 25
Octal 224 221 47 0 2 112 52 72 72 45
Binary 10010100 10010001 100111 0 10 1001010 101010 111010 111010 100101

Color Harmonies of #949127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949127

Black with #949127

Text Example


Text Example

White with #949127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949127; }

 p { color: rgb(148,145,39); }

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

background-color css

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

 a { background-color: rgb(148,145,39); }

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

border-color css

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

 span { border-color: rgb(148,145,39); }

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