Html Css Color HEX #BDCF68 Wild Willow

📋 copy color: '#BDCF68'

red 189 ◦ green 207 ◦ blue 104

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

Shades of Wild Willow #BDCF68

Tints of Wild Willow #BDCF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.8%

R = 37.8%
G = 41.4%
B = 20.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#BDCF68 (or 0xBDCF68) is known color: Wild Willow. HEX triplet: BD, CF and 68. RGB value is (189,207,104). Sum of RGB (Red+Green+Blue) = 189+207+104=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF68 is #423097. Grayscale: #BEBEBE. Windows color (decimal): -4337816 or 6868925. OLE color: 6868925.

HSL color Cylindrical-coordinate representation of color #BDCF68: hue angle of 70.49º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDCF68 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 207 104 -
CMYK 0.09 0 0.50 0.19
HSL 70.49º 0.52% 0.61% -
HSV(B) 70.49º 0.5% 0.81% -
XYZ 45.8 56.44 21.58 -
YUV 189.88 79.54 127.38 -
System Red Green Blue C M Y K H S L
Decimal 189 207 104 0.09 0 0.50 0.19 70.49 0.52 0.61
Hex BD CF 68 9 0 32 13 46 34 3D
Octal 275 317 150 11 0 62 23 106 64 75
Binary 10111101 11001111 1101000 1001 0 110010 10011 1000110 110100 111101

Color Harmonies of #BDCF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCF68

Black with #BDCF68

Text Example


Text Example

White with #BDCF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCF68; }

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

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

background-color css

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

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

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

border-color css

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

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

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