Html Css Color HEX #BCD350 Conifer

📋 copy color: '#BCD350'

red 188 ◦ green 211 ◦ blue 80

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

Shades of Conifer #BCD350

Tints of Conifer #BCD350

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.05%

 BLUE value IS 80 (31.64% from 255) = 16.7%

R = 39.25%
G = 44.05%
B = 16.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#BCD350 (or 0xBCD350) is known color: Conifer. HEX triplet: BC, D3 and 50. RGB value is (188,211,80). Sum of RGB (Red+Green+Blue) = 188+211+80=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD350 is #432CAF. Grayscale: #BDBDBD. Windows color (decimal): -4402352 or 5297084. OLE color: 5297084.

HSL color Cylindrical-coordinate representation of color #BCD350: hue angle of 70.53º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCD350 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 80 -
CMYK 0.11 0 0.62 0.17
HSL 70.53º 0.6% 0.57% -
HSV(B) 70.53º 0.62% 0.83% -
XYZ 45.48 57.86 16.36 -
YUV 189.19 66.38 127.15 -
System Red Green Blue C M Y K H S L
Decimal 188 211 80 0.11 0 0.62 0.17 70.53 0.6 0.57
Hex BC D3 50 B 0 3E 11 47 3C 39
Octal 274 323 120 13 0 76 21 107 74 71
Binary 10111100 11010011 1010000 1011 0 111110 10001 1000111 111100 111001

Color Harmonies of #BCD350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD350

Black with #BCD350

Text Example


Text Example

White with #BCD350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD350; }

 p { color: rgb(188,211,80); }

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

background-color css

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

 a { background-color: rgb(188,211,80); }

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

border-color css

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

 span { border-color: rgb(188,211,80); }

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