Html Css Color HEX #BAE75B Conifer

📋 copy color: '#BAE75B'

red 186 ◦ green 231 ◦ blue 91

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

Shades of Conifer #BAE75B

Tints of Conifer #BAE75B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.47%

 BLUE value IS 91 (35.94% from 255) = 17.91%

R = 36.61%
G = 45.47%
B = 17.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#BAE75B (or 0xBAE75B) is known color: Conifer. HEX triplet: BA, E7 and 5B. RGB value is (186,231,91). Sum of RGB (Red+Green+Blue) = 186+231+91=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE75B is #4518A4. Grayscale: #CACACA. Windows color (decimal): -4528293 or 6023098. OLE color: 6023098.

HSL color Cylindrical-coordinate representation of color #BAE75B: hue angle of 79.29º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAE75B is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 231 91 -
CMYK 0.19 0 0.61 0.09
HSL 79.29º 0.74% 0.63% -
HSV(B) 79.29º 0.61% 0.91% -
XYZ 50.71 68.35 20.42 -
YUV 201.59 65.59 116.88 -
System Red Green Blue C M Y K H S L
Decimal 186 231 91 0.19 0 0.61 0.09 79.29 0.74 0.63
Hex BA E7 5B 13 0 3D 9 4F 4A 3F
Octal 272 347 133 23 0 75 11 117 112 77
Binary 10111010 11100111 1011011 10011 0 111101 1001 1001111 1001010 111111

Color Harmonies of #BAE75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE75B

Black with #BAE75B

Text Example


Text Example

White with #BAE75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE75B; }

 p { color: rgb(186,231,91); }

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

background-color css

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

 a { background-color: rgb(186,231,91); }

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

border-color css

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

 span { border-color: rgb(186,231,91); }

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