Html Css Color HEX #BCDE67 Conifer

📋 copy color: '#BCDE67'

red 188 ◦ green 222 ◦ blue 103

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

Shades of Conifer #BCDE67

Tints of Conifer #BCDE67

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.27%

 BLUE value IS 103 (40.63% from 255) = 20.08%

R = 36.65%
G = 43.27%
B = 20.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#BCDE67 (or 0xBCDE67) is known color: Conifer. HEX triplet: BC, DE and 67. RGB value is (188,222,103). Sum of RGB (Red+Green+Blue) = 188+222+103=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE67 is #432198. Grayscale: #C6C6C6. Windows color (decimal): -4399513 or 6807228. OLE color: 6807228.

HSL color Cylindrical-coordinate representation of color #BCDE67: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCDE67 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 103 -
CMYK 0.15 0 0.54 0.13
HSL 77.14º 0.64% 0.64% -
HSV(B) 77.14º 0.54% 0.87% -
XYZ 49.31 63.91 22.57 -
YUV 198.27 74.24 120.68 -
System Red Green Blue C M Y K H S L
Decimal 188 222 103 0.15 0 0.54 0.13 77.14 0.64 0.64
Hex BC DE 67 F 0 36 D 4D 40 40
Octal 274 336 147 17 0 66 15 115 100 100
Binary 10111100 11011110 1100111 1111 0 110110 1101 1001101 1000000 1000000

Color Harmonies of #BCDE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE67

Black with #BCDE67

Text Example


Text Example

White with #BCDE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE67; }

 p { color: rgb(188,222,103); }

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

background-color css

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

 a { background-color: rgb(188,222,103); }

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

border-color css

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

 span { border-color: rgb(188,222,103); }

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