Html Css Color HEX #949B35 Wasabi

📋 copy color: '#949B35'

red 148 ◦ green 155 ◦ blue 53

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

Shades of Wasabi #949B35

Tints of Wasabi #949B35

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.54%

 BLUE value IS 53 (21.09% from 255) = 14.89%

R = 41.57%
G = 43.54%
B = 14.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#949B35 (or 0x949B35) is known color: Wasabi. HEX triplet: 94, 9B and 35. RGB value is (148,155,53). Sum of RGB (Red+Green+Blue) = 148+155+53=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #949B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B35 is #6B64CA. Grayscale: #8D8D8D. Windows color (decimal): -7038155 or 3513236. OLE color: 3513236.

HSL color Cylindrical-coordinate representation of color #949B35: hue angle of 64.12º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #949B35 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 155 53 -
CMYK 0.05 0 0.66 0.39
HSL 64.12º 0.49% 0.41% -
HSV(B) 64.12º 0.66% 0.61% -
XYZ 24.58 30 7.86 -
YUV 141.28 78.18 132.79 -
System Red Green Blue C M Y K H S L
Decimal 148 155 53 0.05 0 0.66 0.39 64.12 0.49 0.41
Hex 94 9B 35 5 0 42 27 40 31 29
Octal 224 233 65 5 0 102 47 100 61 51
Binary 10010100 10011011 110101 101 0 1000010 100111 1000000 110001 101001

Color Harmonies of #949B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B35

Black with #949B35

Text Example


Text Example

White with #949B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,155,53); }

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

background-color css

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

 a { background-color: rgb(148,155,53); }

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

border-color css

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

 span { border-color: rgb(148,155,53); }

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