Html Css Color HEX #BDCF74 Wild Willow

📋 copy color: '#BDCF74'

red 189 ◦ green 207 ◦ blue 116

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

Shades of Wild Willow #BDCF74

Tints of Wild Willow #BDCF74

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.43%

 BLUE value IS 116 (45.7% from 255) = 22.66%

R = 36.91%
G = 40.43%
B = 22.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#BDCF74 (or 0xBDCF74) is known color: Wild Willow. HEX triplet: BD, CF and 74. RGB value is (189,207,116). Sum of RGB (Red+Green+Blue) = 189+207+116=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF74 is #42308B. Grayscale: #BFBFBF. Windows color (decimal): -4337804 or 7655357. OLE color: 7655357.

HSL color Cylindrical-coordinate representation of color #BDCF74: hue angle of 71.87º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDCF74 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 116 -
CMYK 0.09 0 0.44 0.19
HSL 71.87º 0.49% 0.63% -
HSV(B) 71.87º 0.44% 0.81% -
XYZ 46.45 56.71 25.02 -
YUV 191.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 189 207 116 0.09 0 0.44 0.19 71.87 0.49 0.63
Hex BD CF 74 9 0 2C 13 48 31 3F
Octal 275 317 164 11 0 54 23 110 61 77
Binary 10111101 11001111 1110100 1001 0 101100 10011 1001000 110001 111111

Color Harmonies of #BDCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF74

Black with #BDCF74

Text Example


Text Example

White with #BDCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF74; }

 p { color: rgb(189,207,116); }

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

background-color css

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

 a { background-color: rgb(189,207,116); }

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

border-color css

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

 span { border-color: rgb(189,207,116); }

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