Html Css Color HEX #BAE645 Conifer

📋 copy color: '#BAE645'

red 186 ◦ green 230 ◦ blue 69

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

Shades of Conifer #BAE645

Tints of Conifer #BAE645

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.42%

 BLUE value IS 69 (27.34% from 255) = 14.23%

R = 38.35%
G = 47.42%
B = 14.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#BAE645 (or 0xBAE645) is known color: Conifer. HEX triplet: BA, E6 and 45. RGB value is (186,230,69). Sum of RGB (Red+Green+Blue) = 186+230+69=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE645 is #4519BA. Grayscale: #C7C7C7. Windows color (decimal): -4528571 or 4581050. OLE color: 4581050.

HSL color Cylindrical-coordinate representation of color #BAE645: hue angle of 76.4º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAE645 is Cyan = 0.19, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 69 -
CMYK 0.19 0 0.7 0.10
HSL 76.4º 0.76% 0.59% -
HSV(B) 76.4º 0.7% 0.9% -
XYZ 49.62 67.46 16.04 -
YUV 198.49 54.92 119.09 -
System Red Green Blue C M Y K H S L
Decimal 186 230 69 0.19 0 0.7 0.10 76.4 0.76 0.59
Hex BA E6 45 13 0 46 A 4C 4C 3B
Octal 272 346 105 23 0 106 12 114 114 73
Binary 10111010 11100110 1000101 10011 0 1000110 1010 1001100 1001100 111011

Color Harmonies of #BAE645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE645

Black with #BAE645

Text Example


Text Example

White with #BAE645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE645; }

 p { color: rgb(186,230,69); }

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

background-color css

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

 a { background-color: rgb(186,230,69); }

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

border-color css

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

 span { border-color: rgb(186,230,69); }

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