Html Css Color HEX #BCDB4A Conifer

📋 copy color: '#BCDB4A'

red 188 ◦ green 219 ◦ blue 74

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

Shades of Conifer #BCDB4A

Tints of Conifer #BCDB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.53%

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

R = 39.09%
G = 45.53%
B = 15.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#BCDB4A (or 0xBCDB4A) is known color: Conifer. HEX triplet: BC, DB and 4A. RGB value is (188,219,74). Sum of RGB (Red+Green+Blue) = 188+219+74=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB4A is #4324B5. Grayscale: #C1C1C1. Windows color (decimal): -4400310 or 4905916. OLE color: 4905916.

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

Color convert

RGB 188 219 74 -
CMYK 0.14 0 0.66 0.14
HSL 72.83º 0.67% 0.57% -
HSV(B) 72.83º 0.66% 0.86% -
XYZ 47.31 61.85 15.92 -
YUV 193.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 188 219 74 0.14 0 0.66 0.14 72.83 0.67 0.57
Hex BC DB 4A E 0 42 E 49 43 39
Octal 274 333 112 16 0 102 16 111 103 71
Binary 10111100 11011011 1001010 1110 0 1000010 1110 1001001 1000011 111001

Color Harmonies of #BCDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB4A

Black with #BCDB4A

Text Example


Text Example

White with #BCDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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