Html Css Color HEX #BCDA4C Conifer

📋 copy color: '#BCDA4C'

red 188 ◦ green 218 ◦ blue 76

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

Shades of Conifer #BCDA4C

Tints of Conifer #BCDA4C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.23%

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

R = 39%
G = 45.23%
B = 15.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#BCDA4C (or 0xBCDA4C) is known color: Conifer. HEX triplet: BC, DA and 4C. RGB value is (188,218,76). Sum of RGB (Red+Green+Blue) = 188+218+76=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA4C is #4325B3. Grayscale: #C1C1C1. Windows color (decimal): -4400564 or 5036732. OLE color: 5036732.

HSL color Cylindrical-coordinate representation of color #BCDA4C: hue angle of 72.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCDA4C is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 218 76 -
CMYK 0.14 0 0.65 0.15
HSL 72.68º 0.66% 0.58% -
HSV(B) 72.68º 0.65% 0.85% -
XYZ 47.11 61.36 16.2 -
YUV 192.84 62.06 124.55 -
System Red Green Blue C M Y K H S L
Decimal 188 218 76 0.14 0 0.65 0.15 72.68 0.66 0.58
Hex BC DA 4C E 0 41 F 49 42 3A
Octal 274 332 114 16 0 101 17 111 102 72
Binary 10111100 11011010 1001100 1110 0 1000001 1111 1001001 1000010 111010

Color Harmonies of #BCDA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA4C

Black with #BCDA4C

Text Example


Text Example

White with #BCDA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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