Html Css Color HEX #BCD751 Conifer

📋 copy color: '#BCD751'

red 188 ◦ green 215 ◦ blue 81

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

Shades of Conifer #BCD751

Tints of Conifer #BCD751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.74%

R = 38.84%
G = 44.42%
B = 16.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#BCD751 (or 0xBCD751) is known color: Conifer. HEX triplet: BC, D7 and 51. RGB value is (188,215,81). Sum of RGB (Red+Green+Blue) = 188+215+81=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD751 is #4328AE. Grayscale: #C0C0C0. Windows color (decimal): -4401327 or 5363644. OLE color: 5363644.

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

Color convert

RGB 188 215 81 -
CMYK 0.13 0 0.62 0.16
HSL 72.09º 0.63% 0.58% -
HSV(B) 72.09º 0.62% 0.84% -
XYZ 46.52 59.89 16.89 -
YUV 191.65 65.55 125.4 -
System Red Green Blue C M Y K H S L
Decimal 188 215 81 0.13 0 0.62 0.16 72.09 0.63 0.58
Hex BC D7 51 D 0 3E 10 48 3F 3A
Octal 274 327 121 15 0 76 20 110 77 72
Binary 10111100 11010111 1010001 1101 0 111110 10000 1001000 111111 111010

Color Harmonies of #BCD751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD751

Black with #BCD751

Text Example


Text Example

White with #BCD751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD751; }

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

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

background-color css

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

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

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

border-color css

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

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

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