Html Css Color HEX #BAE35C Conifer

📋 copy color: '#BAE35C'

red 186 ◦ green 227 ◦ blue 92

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

Shades of Conifer #BAE35C

Tints of Conifer #BAE35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.22%

R = 36.83%
G = 44.95%
B = 18.22%

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

#BAE35C (or 0xBAE35C) is known color: Conifer. HEX triplet: BA, E3 and 5C. RGB value is (186,227,92). Sum of RGB (Red+Green+Blue) = 186+227+92=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE35C is #451CA3. Grayscale: #C7C7C7. Windows color (decimal): -4529316 or 6087610. OLE color: 6087610.

HSL color Cylindrical-coordinate representation of color #BAE35C: hue angle of 78.22º 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 #BAE35C is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 92 -
CMYK 0.18 0 0.59 0.11
HSL 78.22º 0.71% 0.63% -
HSV(B) 78.22º 0.59% 0.89% -
XYZ 49.65 66.15 20.28 -
YUV 199.35 67.42 118.48 -
System Red Green Blue C M Y K H S L
Decimal 186 227 92 0.18 0 0.59 0.11 78.22 0.71 0.63
Hex BA E3 5C 12 0 3B B 4E 47 3F
Octal 272 343 134 22 0 73 13 116 107 77
Binary 10111010 11100011 1011100 10010 0 111011 1011 1001110 1000111 111111

Color Harmonies of #BAE35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE35C

Black with #BAE35C

Text Example


Text Example

White with #BAE35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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