Html Css Color HEX #919530 Citron

📋 copy color: '#919530'

red 145 ◦ green 149 ◦ blue 48

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

Shades of Citron #919530

Tints of Citron #919530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.57%

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

R = 42.4%
G = 43.57%
B = 14.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#919530 (or 0x919530) is known color: Citron. HEX triplet: 91, 95 and 30. RGB value is (145,149,48). Sum of RGB (Red+Green+Blue) = 145+149+48=342 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.40% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #919530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919530 is #6E6ACF. Grayscale: #888888. Windows color (decimal): -7236304 or 3184017. OLE color: 3184017.

HSL color Cylindrical-coordinate representation of color #919530: hue angle of 62.38º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #919530 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 149 48 -
CMYK 0.03 0 0.68 0.42
HSL 62.38º 0.51% 0.39% -
HSV(B) 62.38º 0.68% 0.58% -
XYZ 22.96 27.73 6.94 -
YUV 136.29 78.17 134.21 -
System Red Green Blue C M Y K H S L
Decimal 145 149 48 0.03 0 0.68 0.42 62.38 0.51 0.39
Hex 91 95 30 3 0 44 2A 3E 33 27
Octal 221 225 60 3 0 104 52 76 63 47
Binary 10010001 10010101 110000 11 0 1000100 101010 111110 110011 100111

Color Harmonies of #919530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919530

Black with #919530

Text Example


Text Example

White with #919530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919530; }

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

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

background-color css

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

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

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

border-color css

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

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

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