Html Css Color HEX #BDC267 Wild Willow

📋 copy color: '#BDC267'

red 189 ◦ green 194 ◦ blue 103

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

Shades of Wild Willow #BDC267

Tints of Wild Willow #BDC267

RGB

 RED value IS 189 (74.22% from 255) = 38.89%

 GREEN value IS 194 (76.17% from 255) = 39.92%

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

R = 38.89%
G = 39.92%
B = 21.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#BDC267 (or 0xBDC267) is known color: Wild Willow. HEX triplet: BD, C2 and 67. RGB value is (189,194,103). Sum of RGB (Red+Green+Blue) = 189+194+103=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC267 is #423D98. Grayscale: #B6B6B6. Windows color (decimal): -4341145 or 6800061. OLE color: 6800061.

HSL color Cylindrical-coordinate representation of color #BDC267: hue angle of 63.3º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC267 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 103 -
CMYK 0.03 0 0.47 0.24
HSL 63.3º 0.43% 0.58% -
HSV(B) 63.3º 0.47% 0.76% -
XYZ 42.73 50.38 20.3 -
YUV 182.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 189 194 103 0.03 0 0.47 0.24 63.3 0.43 0.58
Hex BD C2 67 3 0 2F 18 3F 2B 3A
Octal 275 302 147 3 0 57 30 77 53 72
Binary 10111101 11000010 1100111 11 0 101111 11000 111111 101011 111010

Color Harmonies of #BDC267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC267

Black with #BDC267

Text Example


Text Example

White with #BDC267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC267; }

 p { color: rgb(189,194,103); }

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

background-color css

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

 a { background-color: rgb(189,194,103); }

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

border-color css

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

 span { border-color: rgb(189,194,103); }

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