Html Css Color HEX #BCD65B Wild Willow

📋 copy color: '#BCD65B'

red 188 ◦ green 214 ◦ blue 91

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

Shades of Wild Willow #BCD65B

Tints of Wild Willow #BCD65B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.41%

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

R = 38.13%
G = 43.41%
B = 18.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#BCD65B (or 0xBCD65B) is known color: Wild Willow. HEX triplet: BC, D6 and 5B. RGB value is (188,214,91). Sum of RGB (Red+Green+Blue) = 188+214+91=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD65B is #4329A4. Grayscale: #C0C0C0. Windows color (decimal): -4401573 or 6018748. OLE color: 6018748.

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

Color convert

RGB 188 214 91 -
CMYK 0.12 0 0.57 0.16
HSL 72.68º 0.6% 0.6% -
HSV(B) 72.68º 0.57% 0.84% -
XYZ 46.67 59.54 18.93 -
YUV 192.2 70.89 125 -
System Red Green Blue C M Y K H S L
Decimal 188 214 91 0.12 0 0.57 0.16 72.68 0.6 0.6
Hex BC D6 5B C 0 39 10 49 3C 3C
Octal 274 326 133 14 0 71 20 111 74 74
Binary 10111100 11010110 1011011 1100 0 111001 10000 1001001 111100 111100

Color Harmonies of #BCD65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD65B

Black with #BCD65B

Text Example


Text Example

White with #BCD65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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