Html Css Color HEX #BCD44C Conifer

📋 copy color: '#BCD44C'

red 188 ◦ green 212 ◦ blue 76

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

Shades of Conifer #BCD44C

Tints of Conifer #BCD44C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.54%

 BLUE value IS 76 (30.08% from 255) = 15.97%

R = 39.5%
G = 44.54%
B = 15.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#BCD44C (or 0xBCD44C) is known color: Conifer. HEX triplet: BC, D4 and 4C. RGB value is (188,212,76). Sum of RGB (Red+Green+Blue) = 188+212+76=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD44C is #432BB3. Grayscale: #BDBDBD. Windows color (decimal): -4402100 or 5035196. OLE color: 5035196.

HSL color Cylindrical-coordinate representation of color #BCD44C: hue angle of 70.59º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCD44C is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 76 -
CMYK 0.11 0 0.64 0.17
HSL 70.59º 0.61% 0.56% -
HSV(B) 70.59º 0.64% 0.83% -
XYZ 45.59 58.3 15.69 -
YUV 189.32 64.05 127.06 -
System Red Green Blue C M Y K H S L
Decimal 188 212 76 0.11 0 0.64 0.17 70.59 0.61 0.56
Hex BC D4 4C B 0 40 11 47 3D 38
Octal 274 324 114 13 0 100 21 107 75 70
Binary 10111100 11010100 1001100 1011 0 1000000 10001 1000111 111101 111000

Color Harmonies of #BCD44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD44C

Black with #BCD44C

Text Example


Text Example

White with #BCD44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD44C; }

 p { color: rgb(188,212,76); }

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

background-color css

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

 a { background-color: rgb(188,212,76); }

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

border-color css

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

 span { border-color: rgb(188,212,76); }

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