Html Css Color HEX #BCDA4F Conifer

📋 copy color: '#BCDA4F'

red 188 ◦ green 218 ◦ blue 79

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

Shades of Conifer #BCDA4F

Tints of Conifer #BCDA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.29%

R = 38.76%
G = 44.95%
B = 16.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#BCDA4F (or 0xBCDA4F) is known color: Conifer. HEX triplet: BC, DA and 4F. RGB value is (188,218,79). Sum of RGB (Red+Green+Blue) = 188+218+79=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 79 (31.25% from 255 or 16.29% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA4F is #4325B0. Grayscale: #C1C1C1. Windows color (decimal): -4400561 or 5233340. OLE color: 5233340.

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

Color convert

RGB 188 218 79 -
CMYK 0.14 0 0.64 0.15
HSL 72.95º 0.65% 0.58% -
HSV(B) 72.95º 0.64% 0.85% -
XYZ 47.22 61.4 16.76 -
YUV 193.18 63.56 124.3 -
System Red Green Blue C M Y K H S L
Decimal 188 218 79 0.14 0 0.64 0.15 72.95 0.65 0.58
Hex BC DA 4F E 0 40 F 49 41 3A
Octal 274 332 117 16 0 100 17 111 101 72
Binary 10111100 11011010 1001111 1110 0 1000000 1111 1001001 1000001 111010

Color Harmonies of #BCDA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA4F

Black with #BCDA4F

Text Example


Text Example

White with #BCDA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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