Html Css Color HEX #BCDA46 Conifer

📋 copy color: '#BCDA46'

red 188 ◦ green 218 ◦ blue 70

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

Shades of Conifer #BCDA46

Tints of Conifer #BCDA46

RGB

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

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

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

R = 39.5%
G = 45.8%
B = 14.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#BCDA46 (or 0xBCDA46) is known color: Conifer. HEX triplet: BC, DA and 46. RGB value is (188,218,70). Sum of RGB (Red+Green+Blue) = 188+218+70=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA46 is #4325B9. Grayscale: #C0C0C0. Windows color (decimal): -4400570 or 4643516. OLE color: 4643516.

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

Color convert

RGB 188 218 70 -
CMYK 0.14 0 0.68 0.15
HSL 72.16º 0.67% 0.56% -
HSV(B) 72.16º 0.68% 0.85% -
XYZ 46.92 61.28 15.15 -
YUV 192.16 59.06 125.03 -
System Red Green Blue C M Y K H S L
Decimal 188 218 70 0.14 0 0.68 0.15 72.16 0.67 0.56
Hex BC DA 46 E 0 44 F 48 43 38
Octal 274 332 106 16 0 104 17 110 103 70
Binary 10111100 11011010 1000110 1110 0 1000100 1111 1001000 1000011 111000

Color Harmonies of #BCDA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA46

Black with #BCDA46

Text Example


Text Example

White with #BCDA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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