Html Css Color HEX #BAE75C Conifer

📋 copy color: '#BAE75C'

red 186 ◦ green 231 ◦ blue 92

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

Shades of Conifer #BAE75C

Tints of Conifer #BAE75C

RGB

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

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

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

R = 36.54%
G = 45.38%
B = 18.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#BAE75C (or 0xBAE75C) is known color: Conifer. HEX triplet: BA, E7 and 5C. RGB value is (186,231,92). Sum of RGB (Red+Green+Blue) = 186+231+92=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE75C is #4518A3. Grayscale: #CACACA. Windows color (decimal): -4528292 or 6088634. OLE color: 6088634.

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

Color convert

RGB 186 231 92 -
CMYK 0.19 0 0.60 0.09
HSL 79.42º 0.74% 0.63% -
HSV(B) 79.42º 0.6% 0.91% -
XYZ 50.76 68.36 20.65 -
YUV 201.7 66.09 116.8 -
System Red Green Blue C M Y K H S L
Decimal 186 231 92 0.19 0 0.60 0.09 79.42 0.74 0.63
Hex BA E7 5C 13 0 3C 9 4F 4A 3F
Octal 272 347 134 23 0 74 11 117 112 77
Binary 10111010 11100111 1011100 10011 0 111100 1001 1001111 1001010 111111

Color Harmonies of #BAE75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE75C

Black with #BAE75C

Text Example


Text Example

White with #BAE75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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