Html Css Color HEX #BCEB66 Conifer

📋 copy color: '#BCEB66'

red 188 ◦ green 235 ◦ blue 102

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

Shades of Conifer #BCEB66

Tints of Conifer #BCEB66

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.76%

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

R = 35.81%
G = 44.76%
B = 19.43%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#BCEB66 (or 0xBCEB66) is known color: Conifer. HEX triplet: BC, EB and 66. RGB value is (188,235,102). Sum of RGB (Red+Green+Blue) = 188+235+102=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB66 is #431499. Grayscale: #CECECE. Windows color (decimal): -4396186 or 6745020. OLE color: 6745020.

HSL color Cylindrical-coordinate representation of color #BCEB66: hue angle of 81.2º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCEB66 is Cyan = 0.2, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 102 -
CMYK 0.2 0 0.57 0.08
HSL 81.2º 0.77% 0.66% -
HSV(B) 81.2º 0.57% 0.92% -
XYZ 52.85 71.07 23.5 -
YUV 205.79 69.43 115.31 -
System Red Green Blue C M Y K H S L
Decimal 188 235 102 0.2 0 0.57 0.08 81.2 0.77 0.66
Hex BC EB 66 14 0 39 8 51 4D 42
Octal 274 353 146 24 0 71 10 121 115 102
Binary 10111100 11101011 1100110 10100 0 111001 1000 1010001 1001101 1000010

Color Harmonies of #BCEB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB66

Black with #BCEB66

Text Example


Text Example

White with #BCEB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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