Html Css Color HEX #BCD750 Conifer

📋 copy color: '#BCD750'

red 188 ◦ green 215 ◦ blue 80

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

Shades of Conifer #BCD750

Tints of Conifer #BCD750

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.51%

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

R = 38.92%
G = 44.51%
B = 16.56%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#BCD750 (or 0xBCD750) is known color: Conifer. HEX triplet: BC, D7 and 50. RGB value is (188,215,80). Sum of RGB (Red+Green+Blue) = 188+215+80=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD750 is #4328AF. Grayscale: #C0C0C0. Windows color (decimal): -4401328 or 5298108. OLE color: 5298108.

HSL color Cylindrical-coordinate representation of color #BCD750: hue angle of 72º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCD750 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 80 -
CMYK 0.13 0 0.63 0.16
HSL 72º 0.63% 0.58% -
HSV(B) 72º 0.63% 0.84% -
XYZ 46.49 59.87 16.7 -
YUV 191.54 65.05 125.48 -
System Red Green Blue C M Y K H S L
Decimal 188 215 80 0.13 0 0.63 0.16 72 0.63 0.58
Hex BC D7 50 D 0 3F 10 48 3F 3A
Octal 274 327 120 15 0 77 20 110 77 72
Binary 10111100 11010111 1010000 1101 0 111111 10000 1001000 111111 111010

Color Harmonies of #BCD750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD750

Black with #BCD750

Text Example


Text Example

White with #BCD750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD750; }

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

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

background-color css

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

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

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

border-color css

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

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

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