Html Css Color HEX #BAE14B Conifer

📋 copy color: '#BAE14B'

red 186 ◦ green 225 ◦ blue 75

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

Shades of Conifer #BAE14B

Tints of Conifer #BAE14B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.3%

 BLUE value IS 75 (29.69% from 255) = 15.43%

R = 38.27%
G = 46.3%
B = 15.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#BAE14B (or 0xBAE14B) is known color: Conifer. HEX triplet: BA, E1 and 4B. RGB value is (186,225,75). Sum of RGB (Red+Green+Blue) = 186+225+75=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 75 (29.69% from 255 or 15.43% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE14B is #451EB4. Grayscale: #C4C4C4. Windows color (decimal): -4529845 or 4972986. OLE color: 4972986.

HSL color Cylindrical-coordinate representation of color #BAE14B: hue angle of 75.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAE14B is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 75 -
CMYK 0.17 0 0.67 0.12
HSL 75.6º 0.71% 0.59% -
HSV(B) 75.6º 0.67% 0.88% -
XYZ 48.44 64.8 16.61 -
YUV 196.24 59.58 120.7 -
System Red Green Blue C M Y K H S L
Decimal 186 225 75 0.17 0 0.67 0.12 75.6 0.71 0.59
Hex BA E1 4B 11 0 43 C 4C 47 3B
Octal 272 341 113 21 0 103 14 114 107 73
Binary 10111010 11100001 1001011 10001 0 1000011 1100 1001100 1000111 111011

Color Harmonies of #BAE14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE14B

Black with #BAE14B

Text Example


Text Example

White with #BAE14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE14B; }

 p { color: rgb(186,225,75); }

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

background-color css

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

 a { background-color: rgb(186,225,75); }

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

border-color css

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

 span { border-color: rgb(186,225,75); }

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