Html Css Color HEX #BCDD67 Conifer

📋 copy color: '#BCDD67'

red 188 ◦ green 221 ◦ blue 103

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

Shades of Conifer #BCDD67

Tints of Conifer #BCDD67

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.16%

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

R = 36.72%
G = 43.16%
B = 20.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#BCDD67 (or 0xBCDD67) is known color: Conifer. HEX triplet: BC, DD and 67. RGB value is (188,221,103). Sum of RGB (Red+Green+Blue) = 188+221+103=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD67 is #432298. Grayscale: #C6C6C6. Windows color (decimal): -4399769 or 6806972. OLE color: 6806972.

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

Color convert

RGB 188 221 103 -
CMYK 0.15 0 0.53 0.13
HSL 76.78º 0.63% 0.64% -
HSV(B) 76.78º 0.53% 0.87% -
XYZ 49.04 63.38 22.48 -
YUV 197.68 74.57 121.09 -
System Red Green Blue C M Y K H S L
Decimal 188 221 103 0.15 0 0.53 0.13 76.78 0.63 0.64
Hex BC DD 67 F 0 35 D 4D 3F 40
Octal 274 335 147 17 0 65 15 115 77 100
Binary 10111100 11011101 1100111 1111 0 110101 1101 1001101 111111 1000000

Color Harmonies of #BCDD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD67

Black with #BCDD67

Text Example


Text Example

White with #BCDD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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