Html Css Color HEX #BAEE65 Conifer

📋 copy color: '#BAEE65'

red 186 ◦ green 238 ◦ blue 101

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

Shades of Conifer #BAEE65

Tints of Conifer #BAEE65

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.33%

 BLUE value IS 101 (39.84% from 255) = 19.24%

R = 35.43%
G = 45.33%
B = 19.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#BAEE65 (or 0xBAEE65) is known color: Conifer. HEX triplet: BA, EE and 65. RGB value is (186,238,101). Sum of RGB (Red+Green+Blue) = 186+238+101=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEE65 is #45119A. Grayscale: #CFCFCF. Windows color (decimal): -4526491 or 6680250. OLE color: 6680250.

HSL color Cylindrical-coordinate representation of color #BAEE65: hue angle of 82.77º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAEE65 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 101 -
CMYK 0.22 0 0.58 0.07
HSL 82.77º 0.8% 0.66% -
HSV(B) 82.77º 0.58% 0.93% -
XYZ 53.17 72.53 23.51 -
YUV 206.83 68.27 113.14 -
System Red Green Blue C M Y K H S L
Decimal 186 238 101 0.22 0 0.58 0.07 82.77 0.8 0.66
Hex BA EE 65 16 0 3A 7 53 50 42
Octal 272 356 145 26 0 72 7 123 120 102
Binary 10111010 11101110 1100101 10110 0 111010 111 1010011 1010000 1000010

Color Harmonies of #BAEE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEE65

Black with #BAEE65

Text Example


Text Example

White with #BAEE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEE65; }

 p { color: rgb(186,238,101); }

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

background-color css

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

 a { background-color: rgb(186,238,101); }

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

border-color css

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

 span { border-color: rgb(186,238,101); }

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