Html Css Color HEX #919D30 Citron

📋 copy color: '#919D30'

red 145 ◦ green 157 ◦ blue 48

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

Shades of Citron #919D30

Tints of Citron #919D30

RGB

 RED value IS 145 (57.03% from 255) = 41.43%

 GREEN value IS 157 (61.72% from 255) = 44.86%

 BLUE value IS 48 (19.14% from 255) = 13.71%

R = 41.43%
G = 44.86%
B = 13.71%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#919D30 (or 0x919D30) is known color: Citron. HEX triplet: 91, 9D and 30. RGB value is (145,157,48). Sum of RGB (Red+Green+Blue) = 145+157+48=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 157 - color contains mainly: green. Hex color #919D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919D30 is #6E62CF. Grayscale: #8D8D8D. Windows color (decimal): -7234256 or 3186065. OLE color: 3186065.

HSL color Cylindrical-coordinate representation of color #919D30: hue angle of 66.61º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #919D30 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 157 48 -
CMYK 0.08 0 0.69 0.38
HSL 66.61º 0.53% 0.4% -
HSV(B) 66.61º 0.69% 0.62% -
XYZ 24.27 30.35 7.37 -
YUV 140.99 75.52 130.86 -
System Red Green Blue C M Y K H S L
Decimal 145 157 48 0.08 0 0.69 0.38 66.61 0.53 0.4
Hex 91 9D 30 8 0 45 26 43 35 28
Octal 221 235 60 10 0 105 46 103 65 50
Binary 10010001 10011101 110000 1000 0 1000101 100110 1000011 110101 101000

Color Harmonies of #919D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919D30

Black with #919D30

Text Example


Text Example

White with #919D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919D30; }

 p { color: rgb(145,157,48); }

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

background-color css

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

 a { background-color: rgb(145,157,48); }

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

border-color css

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

 span { border-color: rgb(145,157,48); }

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