Html Css Color HEX #BCE066 Conifer

📋 copy color: '#BCE066'

red 188 ◦ green 224 ◦ blue 102

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

Shades of Conifer #BCE066

Tints of Conifer #BCE066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.84%

R = 36.58%
G = 43.58%
B = 19.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#BCE066 (or 0xBCE066) is known color: Conifer. HEX triplet: BC, E0 and 66. RGB value is (188,224,102). Sum of RGB (Red+Green+Blue) = 188+224+102=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE066 is #431F99. Grayscale: #C7C7C7. Windows color (decimal): -4399002 or 6742204. OLE color: 6742204.

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

Color convert

RGB 188 224 102 -
CMYK 0.16 0 0.54 0.12
HSL 77.7º 0.66% 0.64% -
HSV(B) 77.7º 0.54% 0.88% -
XYZ 49.79 64.96 22.48 -
YUV 199.33 73.07 119.92 -
System Red Green Blue C M Y K H S L
Decimal 188 224 102 0.16 0 0.54 0.12 77.7 0.66 0.64
Hex BC E0 66 10 0 36 C 4E 42 40
Octal 274 340 146 20 0 66 14 116 102 100
Binary 10111100 11100000 1100110 10000 0 110110 1100 1001110 1000010 1000000

Color Harmonies of #BCE066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE066

Black with #BCE066

Text Example


Text Example

White with #BCE066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE066; }

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

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

background-color css

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

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

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

border-color css

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

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

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