Html Css Color HEX #83BC92 Bay Leaf

📋 copy color: '#83BC92'

red 131 ◦ green 188 ◦ blue 146

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

Shades of Bay Leaf #83BC92

Tints of Bay Leaf #83BC92

RGB

 RED value IS 131 (51.56% from 255) = 28.17%

 GREEN value IS 188 (73.83% from 255) = 40.43%

 BLUE value IS 146 (57.42% from 255) = 31.4%

R = 28.17%
G = 40.43%
B = 31.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#83BC92 (or 0x83BC92) is known color: Bay Leaf. HEX triplet: 83, BC and 92. RGB value is (131,188,146). Sum of RGB (Red+Green+Blue) = 131+188+146=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BC92 is #7C436D. Grayscale: #A6A6A6. Windows color (decimal): -8143726 or 9616515. OLE color: 9616515.

HSL color Cylindrical-coordinate representation of color #83BC92: hue angle of 135.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BC92 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 146 -
CMYK 0.30 0 0.22 0.26
HSL 135.79º 0.3% 0.63% -
HSV(B) 135.79º 0.3% 0.74% -
XYZ 32.53 42.87 33.75 -
YUV 166.17 116.62 102.92 -
System Red Green Blue C M Y K H S L
Decimal 131 188 146 0.30 0 0.22 0.26 135.79 0.3 0.63
Hex 83 BC 92 1E 0 16 1A 88 1E 3F
Octal 203 274 222 36 0 26 32 210 36 77
Binary 10000011 10111100 10010010 11110 0 10110 11010 10001000 11110 111111

Color Harmonies of #83BC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC92

Black with #83BC92

Text Example


Text Example

White with #83BC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83BC92; }

 p { color: rgb(131,188,146); }

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

background-color css

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

 a { background-color: rgb(131,188,146); }

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

border-color css

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

 span { border-color: rgb(131,188,146); }

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