Html Css Color HEX #BCDB4D Conifer

📋 copy color: '#BCDB4D'

red 188 ◦ green 219 ◦ blue 77

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

Shades of Conifer #BCDB4D

Tints of Conifer #BCDB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.91%

R = 38.84%
G = 45.25%
B = 15.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#BCDB4D (or 0xBCDB4D) is known color: Conifer. HEX triplet: BC, DB and 4D. RGB value is (188,219,77). Sum of RGB (Red+Green+Blue) = 188+219+77=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB4D is #4324B2. Grayscale: #C2C2C2. Windows color (decimal): -4400307 or 5102524. OLE color: 5102524.

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

Color convert

RGB 188 219 77 -
CMYK 0.14 0 0.65 0.14
HSL 73.1º 0.66% 0.58% -
HSV(B) 73.1º 0.65% 0.86% -
XYZ 47.41 61.89 16.47 -
YUV 193.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 188 219 77 0.14 0 0.65 0.14 73.1 0.66 0.58
Hex BC DB 4D E 0 41 E 49 42 3A
Octal 274 333 115 16 0 101 16 111 102 72
Binary 10111100 11011011 1001101 1110 0 1000001 1110 1001001 1000010 111010

Color Harmonies of #BCDB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB4D

Black with #BCDB4D

Text Example


Text Example

White with #BCDB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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