Html Css Color HEX #BCCB67 Wild Willow

📋 copy color: '#BCCB67'

red 188 ◦ green 203 ◦ blue 103

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

Shades of Wild Willow #BCCB67

Tints of Wild Willow #BCCB67

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.09%

 BLUE value IS 103 (40.63% from 255) = 20.85%

R = 38.06%
G = 41.09%
B = 20.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#BCCB67 (or 0xBCCB67) is known color: Wild Willow. HEX triplet: BC, CB and 67. RGB value is (188,203,103). Sum of RGB (Red+Green+Blue) = 188+203+103=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCB67 is #433498. Grayscale: #BBBBBB. Windows color (decimal): -4404377 or 6802364. OLE color: 6802364.

HSL color Cylindrical-coordinate representation of color #BCCB67: hue angle of 69º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BCCB67 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 103 -
CMYK 0.07 0 0.49 0.20
HSL 69º 0.49% 0.6% -
HSV(B) 69º 0.49% 0.8% -
XYZ 44.54 54.38 20.98 -
YUV 187.12 80.53 128.63 -
System Red Green Blue C M Y K H S L
Decimal 188 203 103 0.07 0 0.49 0.20 69 0.49 0.6
Hex BC CB 67 7 0 31 14 45 31 3C
Octal 274 313 147 7 0 61 24 105 61 74
Binary 10111100 11001011 1100111 111 0 110001 10100 1000101 110001 111100

Color Harmonies of #BCCB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB67

Black with #BCCB67

Text Example


Text Example

White with #BCCB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB67; }

 p { color: rgb(188,203,103); }

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

background-color css

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

 a { background-color: rgb(188,203,103); }

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

border-color css

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

 span { border-color: rgb(188,203,103); }

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