Html Css Color HEX #BAE950 Conifer

📋 copy color: '#BAE950'

red 186 ◦ green 233 ◦ blue 80

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

Shades of Conifer #BAE950

Tints of Conifer #BAE950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.69%

 BLUE value IS 80 (31.64% from 255) = 16.03%

R = 37.27%
G = 46.69%
B = 16.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#BAE950 (or 0xBAE950) is known color: Conifer. HEX triplet: BA, E9 and 50. RGB value is (186,233,80). Sum of RGB (Red+Green+Blue) = 186+233+80=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE950 is #4516AF. Grayscale: #CACACA. Windows color (decimal): -4527792 or 5302714. OLE color: 5302714.

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

Color convert

RGB 186 233 80 -
CMYK 0.20 0 0.66 0.09
HSL 78.43º 0.78% 0.61% -
HSV(B) 78.43º 0.66% 0.91% -
XYZ 50.84 69.3 18.29 -
YUV 201.51 59.43 116.94 -
System Red Green Blue C M Y K H S L
Decimal 186 233 80 0.20 0 0.66 0.09 78.43 0.78 0.61
Hex BA E9 50 14 0 42 9 4E 4E 3D
Octal 272 351 120 24 0 102 11 116 116 75
Binary 10111010 11101001 1010000 10100 0 1000010 1001 1001110 1001110 111101

Color Harmonies of #BAE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE950

Black with #BAE950

Text Example


Text Example

White with #BAE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE950; }

 p { color: rgb(186,233,80); }

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

background-color css

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

 a { background-color: rgb(186,233,80); }

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

border-color css

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

 span { border-color: rgb(186,233,80); }

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