Html Css Color HEX #BCDD68 Conifer

📋 copy color: '#BCDD68'

red 188 ◦ green 221 ◦ blue 104

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

Shades of Conifer #BCDD68

Tints of Conifer #BCDD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.27%

R = 36.65%
G = 43.08%
B = 20.27%

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

#BCDD68 (or 0xBCDD68) is known color: Conifer. HEX triplet: BC, DD and 68. RGB value is (188,221,104). Sum of RGB (Red+Green+Blue) = 188+221+104=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD68 is #432297. Grayscale: #C6C6C6. Windows color (decimal): -4399768 or 6872508. OLE color: 6872508.

HSL color Cylindrical-coordinate representation of color #BCDD68: hue angle of 76.92º 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 #BCDD68 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 104 -
CMYK 0.15 0 0.53 0.13
HSL 76.92º 0.63% 0.64% -
HSV(B) 76.92º 0.53% 0.87% -
XYZ 49.09 63.4 22.75 -
YUV 197.8 75.07 121.01 -
System Red Green Blue C M Y K H S L
Decimal 188 221 104 0.15 0 0.53 0.13 76.92 0.63 0.64
Hex BC DD 68 F 0 35 D 4D 3F 40
Octal 274 335 150 17 0 65 15 115 77 100
Binary 10111100 11011101 1101000 1111 0 110101 1101 1001101 111111 1000000

Color Harmonies of #BCDD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD68

Black with #BCDD68

Text Example


Text Example

White with #BCDD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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