Html Css Color HEX #BCE065 Conifer

📋 copy color: '#BCE065'

red 188 ◦ green 224 ◦ blue 101

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

Shades of Conifer #BCE065

Tints of Conifer #BCE065

RGB

 RED value IS 188 (73.83% from 255) = 36.65%

 GREEN value IS 224 (87.89% from 255) = 43.66%

 BLUE value IS 101 (39.84% from 255) = 19.69%

R = 36.65%
G = 43.66%
B = 19.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#BCE065 (or 0xBCE065) is known color: Conifer. HEX triplet: BC, E0 and 65. RGB value is (188,224,101). Sum of RGB (Red+Green+Blue) = 188+224+101=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE065 is #431F9A. Grayscale: #C7C7C7. Windows color (decimal): -4399003 or 6676668. OLE color: 6676668.

HSL color Cylindrical-coordinate representation of color #BCE065: hue angle of 77.56º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCE065 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 224 101 -
CMYK 0.16 0 0.55 0.12
HSL 77.56º 0.66% 0.64% -
HSV(B) 77.56º 0.55% 0.88% -
XYZ 49.74 64.94 22.23 -
YUV 199.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 188 224 101 0.16 0 0.55 0.12 77.56 0.66 0.64
Hex BC E0 65 10 0 37 C 4E 42 40
Octal 274 340 145 20 0 67 14 116 102 100
Binary 10111100 11100000 1100101 10000 0 110111 1100 1001110 1000010 1000000

Color Harmonies of #BCE065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE065

Black with #BCE065

Text Example


Text Example

White with #BCE065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE065; }

 p { color: rgb(188,224,101); }

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

background-color css

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

 a { background-color: rgb(188,224,101); }

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

border-color css

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

 span { border-color: rgb(188,224,101); }

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