Html Css Color HEX #95CB9A Chinook

📋 copy color: '#95CB9A'

red 149 ◦ green 203 ◦ blue 154

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

Shades of Chinook #95CB9A

Tints of Chinook #95CB9A

RGB

 RED value IS 149 (58.59% from 255) = 29.45%

 GREEN value IS 203 (79.69% from 255) = 40.12%

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 29.45%
G = 40.12%
B = 30.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#95CB9A (or 0x95CB9A) is known color: Chinook. HEX triplet: 95, CB and 9A. RGB value is (149,203,154). Sum of RGB (Red+Green+Blue) = 149+203+154=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CB9A is #6A3465. Grayscale: #B5B5B5. Windows color (decimal): -6960230 or 10144661. OLE color: 10144661.

HSL color Cylindrical-coordinate representation of color #95CB9A: hue angle of 125.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CB9A is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 203 154 -
CMYK 0.27 0 0.24 0.20
HSL 125.56º 0.34% 0.69% -
HSV(B) 125.56º 0.27% 0.8% -
XYZ 39.58 51.43 38.41 -
YUV 181.27 112.61 104.98 -
System Red Green Blue C M Y K H S L
Decimal 149 203 154 0.27 0 0.24 0.20 125.56 0.34 0.69
Hex 95 CB 9A 1B 0 18 14 7E 22 45
Octal 225 313 232 33 0 30 24 176 42 105
Binary 10010101 11001011 10011010 11011 0 11000 10100 1111110 100010 1000101

Color Harmonies of #95CB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CB9A

Black with #95CB9A

Text Example


Text Example

White with #95CB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95CB9A; }

 p { color: rgb(149,203,154); }

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

background-color css

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

 a { background-color: rgb(149,203,154); }

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

border-color css

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

 span { border-color: rgb(149,203,154); }

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