Html Css Color HEX #BCDA5B Conifer

📋 copy color: '#BCDA5B'

red 188 ◦ green 218 ◦ blue 91

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

Shades of Conifer #BCDA5B

Tints of Conifer #BCDA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.31%

R = 37.83%
G = 43.86%
B = 18.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#BCDA5B (or 0xBCDA5B) is known color: Conifer. HEX triplet: BC, DA and 5B. RGB value is (188,218,91). Sum of RGB (Red+Green+Blue) = 188+218+91=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA5B is #4325A4. Grayscale: #C3C3C3. Windows color (decimal): -4400549 or 6019772. OLE color: 6019772.

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

Color convert

RGB 188 218 91 -
CMYK 0.14 0 0.58 0.15
HSL 74.17º 0.63% 0.61% -
HSV(B) 74.17º 0.58% 0.85% -
XYZ 47.7 61.59 19.27 -
YUV 194.55 69.56 123.33 -
System Red Green Blue C M Y K H S L
Decimal 188 218 91 0.14 0 0.58 0.15 74.17 0.63 0.61
Hex BC DA 5B E 0 3A F 4A 3F 3D
Octal 274 332 133 16 0 72 17 112 77 75
Binary 10111100 11011010 1011011 1110 0 111010 1111 1001010 111111 111101

Color Harmonies of #BCDA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA5B

Black with #BCDA5B

Text Example


Text Example

White with #BCDA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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