Html Css Color HEX #BCDA4A Conifer

📋 copy color: '#BCDA4A'

red 188 ◦ green 218 ◦ blue 74

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

Shades of Conifer #BCDA4A

Tints of Conifer #BCDA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.42%

R = 39.17%
G = 45.42%
B = 15.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#BCDA4A (or 0xBCDA4A) is known color: Conifer. HEX triplet: BC, DA and 4A. RGB value is (188,218,74). Sum of RGB (Red+Green+Blue) = 188+218+74=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA4A is #4325B5. Grayscale: #C1C1C1. Windows color (decimal): -4400566 or 4905660. OLE color: 4905660.

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

Color convert

RGB 188 218 74 -
CMYK 0.14 0 0.66 0.15
HSL 72.5º 0.66% 0.57% -
HSV(B) 72.5º 0.66% 0.85% -
XYZ 47.05 61.33 15.84 -
YUV 192.61 61.06 124.71 -
System Red Green Blue C M Y K H S L
Decimal 188 218 74 0.14 0 0.66 0.15 72.5 0.66 0.57
Hex BC DA 4A E 0 42 F 48 42 39
Octal 274 332 112 16 0 102 17 110 102 71
Binary 10111100 11011010 1001010 1110 0 1000010 1111 1001000 1000010 111001

Color Harmonies of #BCDA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA4A

Black with #BCDA4A

Text Example


Text Example

White with #BCDA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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