Html Css Color HEX #9B8A30 Lemon Ginger

📋 copy color: '#9B8A30'

red 155 ◦ green 138 ◦ blue 48

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

Shades of Lemon Ginger #9B8A30

Tints of Lemon Ginger #9B8A30

RGB

 RED value IS 155 (60.94% from 255) = 45.45%

 GREEN value IS 138 (54.3% from 255) = 40.47%

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

R = 45.45%
G = 40.47%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9B8A30 (or 0x9B8A30) is known color: Lemon Ginger. HEX triplet: 9B, 8A and 30. RGB value is (155,138,48). Sum of RGB (Red+Green+Blue) = 155+138+48=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8A30 is #6475CF. Grayscale: #858585. Windows color (decimal): -6583760 or 3181211. OLE color: 3181211.

HSL color Cylindrical-coordinate representation of color #9B8A30: hue angle of 50.47º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B8A30 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 138 48 -
CMYK 0 0.11 0.69 0.39
HSL 50.47º 0.53% 0.4% -
HSV(B) 50.47º 0.69% 0.61% -
XYZ 23.14 25.36 6.47 -
YUV 132.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 155 138 48 0 0.11 0.69 0.39 50.47 0.53 0.4
Hex 9B 8A 30 0 B 45 27 32 35 28
Octal 233 212 60 0 13 105 47 62 65 50
Binary 10011011 10001010 110000 0 1011 1000101 100111 110010 110101 101000

Color Harmonies of #9B8A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8A30

Black with #9B8A30

Text Example


Text Example

White with #9B8A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B8A30; }

 p { color: rgb(155,138,48); }

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

background-color css

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

 a { background-color: rgb(155,138,48); }

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

border-color css

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

 span { border-color: rgb(155,138,48); }

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