Html Css Color HEX #BAE64B Conifer

📋 copy color: '#BAE64B'

red 186 ◦ green 230 ◦ blue 75

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

Shades of Conifer #BAE64B

Tints of Conifer #BAE64B

RGB

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

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

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

R = 37.88%
G = 46.84%
B = 15.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#BAE64B (or 0xBAE64B) is known color: Conifer. HEX triplet: BA, E6 and 4B. RGB value is (186,230,75). Sum of RGB (Red+Green+Blue) = 186+230+75=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE64B is #4519B4. Grayscale: #C7C7C7. Windows color (decimal): -4528565 or 4974266. OLE color: 4974266.

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

Color convert

RGB 186 230 75 -
CMYK 0.19 0 0.67 0.10
HSL 77.03º 0.76% 0.6% -
HSV(B) 77.03º 0.67% 0.9% -
XYZ 49.82 67.54 17.07 -
YUV 199.17 57.92 118.6 -
System Red Green Blue C M Y K H S L
Decimal 186 230 75 0.19 0 0.67 0.10 77.03 0.76 0.6
Hex BA E6 4B 13 0 43 A 4D 4C 3C
Octal 272 346 113 23 0 103 12 115 114 74
Binary 10111010 11100110 1001011 10011 0 1000011 1010 1001101 1001100 111100

Color Harmonies of #BAE64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE64B

Black with #BAE64B

Text Example


Text Example

White with #BAE64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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