Html Css Color HEX #BCE665 Conifer

📋 copy color: '#BCE665'

red 188 ◦ green 230 ◦ blue 101

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

Shades of Conifer #BCE665

Tints of Conifer #BCE665

RGB

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

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

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

R = 36.22%
G = 44.32%
B = 19.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#BCE665 (or 0xBCE665) is known color: Conifer. HEX triplet: BC, E6 and 65. RGB value is (188,230,101). Sum of RGB (Red+Green+Blue) = 188+230+101=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE665 is #43199A. Grayscale: #CBCBCB. Windows color (decimal): -4397467 or 6678204. OLE color: 6678204.

HSL color Cylindrical-coordinate representation of color #BCE665: hue angle of 79.53º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCE665 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 101 -
CMYK 0.18 0 0.56 0.10
HSL 79.53º 0.72% 0.65% -
HSV(B) 79.53º 0.56% 0.9% -
XYZ 51.38 68.22 22.77 -
YUV 202.74 70.59 117.49 -
System Red Green Blue C M Y K H S L
Decimal 188 230 101 0.18 0 0.56 0.10 79.53 0.72 0.65
Hex BC E6 65 12 0 38 A 50 48 41
Octal 274 346 145 22 0 70 12 120 110 101
Binary 10111100 11100110 1100101 10010 0 111000 1010 1010000 1001000 1000001

Color Harmonies of #BCE665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE665

Black with #BCE665

Text Example


Text Example

White with #BCE665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE665; }

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

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

background-color css

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

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

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

border-color css

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

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

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