Html Css Color HEX #BAE35D Conifer

📋 copy color: '#BAE35D'

red 186 ◦ green 227 ◦ blue 93

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

Shades of Conifer #BAE35D

Tints of Conifer #BAE35D

RGB

 RED value IS 186 (73.05% from 255) = 36.76%

 GREEN value IS 227 (89.06% from 255) = 44.86%

 BLUE value IS 93 (36.72% from 255) = 18.38%

R = 36.76%
G = 44.86%
B = 18.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#BAE35D (or 0xBAE35D) is known color: Conifer. HEX triplet: BA, E3 and 5D. RGB value is (186,227,93). Sum of RGB (Red+Green+Blue) = 186+227+93=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE35D is #451CA2. Grayscale: #C7C7C7. Windows color (decimal): -4529315 or 6153146. OLE color: 6153146.

HSL color Cylindrical-coordinate representation of color #BAE35D: hue angle of 78.36º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAE35D is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 93 -
CMYK 0.18 0 0.59 0.11
HSL 78.36º 0.71% 0.63% -
HSV(B) 78.36º 0.59% 0.89% -
XYZ 49.69 66.17 20.51 -
YUV 199.47 67.92 118.4 -
System Red Green Blue C M Y K H S L
Decimal 186 227 93 0.18 0 0.59 0.11 78.36 0.71 0.63
Hex BA E3 5D 12 0 3B B 4E 47 3F
Octal 272 343 135 22 0 73 13 116 107 77
Binary 10111010 11100011 1011101 10010 0 111011 1011 1001110 1000111 111111

Color Harmonies of #BAE35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE35D

Black with #BAE35D

Text Example


Text Example

White with #BAE35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE35D; }

 p { color: rgb(186,227,93); }

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

background-color css

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

 a { background-color: rgb(186,227,93); }

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

border-color css

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

 span { border-color: rgb(186,227,93); }

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