Html Css Color HEX #BCDD46 Conifer

📋 copy color: '#BCDD46'

red 188 ◦ green 221 ◦ blue 70

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

Shades of Conifer #BCDD46

Tints of Conifer #BCDD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.61%

R = 39.25%
G = 46.14%
B = 14.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#BCDD46 (or 0xBCDD46) is known color: Conifer. HEX triplet: BC, DD and 46. RGB value is (188,221,70). Sum of RGB (Red+Green+Blue) = 188+221+70=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD46 is #4322B9. Grayscale: #C2C2C2. Windows color (decimal): -4399802 or 4644284. OLE color: 4644284.

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

Color convert

RGB 188 221 70 -
CMYK 0.15 0 0.68 0.13
HSL 73.11º 0.69% 0.57% -
HSV(B) 73.11º 0.68% 0.87% -
XYZ 47.7 62.85 15.41 -
YUV 193.92 58.07 123.78 -
System Red Green Blue C M Y K H S L
Decimal 188 221 70 0.15 0 0.68 0.13 73.11 0.69 0.57
Hex BC DD 46 F 0 44 D 49 45 39
Octal 274 335 106 17 0 104 15 111 105 71
Binary 10111100 11011101 1000110 1111 0 1000100 1101 1001001 1000101 111001

Color Harmonies of #BCDD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD46

Black with #BCDD46

Text Example


Text Example

White with #BCDD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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