Html Css Color HEX #BDC76A Wild Willow

📋 copy color: '#BDC76A'

red 189 ◦ green 199 ◦ blue 106

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

Shades of Wild Willow #BDC76A

Tints of Wild Willow #BDC76A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.28%

 BLUE value IS 106 (41.8% from 255) = 21.46%

R = 38.26%
G = 40.28%
B = 21.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#BDC76A (or 0xBDC76A) is known color: Wild Willow. HEX triplet: BD, C7 and 6A. RGB value is (189,199,106). Sum of RGB (Red+Green+Blue) = 189+199+106=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC76A is #423895. Grayscale: #B9B9B9. Windows color (decimal): -4339862 or 6997949. OLE color: 6997949.

HSL color Cylindrical-coordinate representation of color #BDC76A: hue angle of 66.45º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC76A is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 106 -
CMYK 0.05 0 0.47 0.22
HSL 66.45º 0.45% 0.6% -
HSV(B) 66.45º 0.47% 0.78% -
XYZ 44.01 52.71 21.49 -
YUV 185.41 83.19 130.56 -
System Red Green Blue C M Y K H S L
Decimal 189 199 106 0.05 0 0.47 0.22 66.45 0.45 0.6
Hex BD C7 6A 5 0 2F 16 42 2D 3C
Octal 275 307 152 5 0 57 26 102 55 74
Binary 10111101 11000111 1101010 101 0 101111 10110 1000010 101101 111100

Color Harmonies of #BDC76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC76A

Black with #BDC76A

Text Example


Text Example

White with #BDC76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC76A; }

 p { color: rgb(189,199,106); }

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

background-color css

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

 a { background-color: rgb(189,199,106); }

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

border-color css

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

 span { border-color: rgb(189,199,106); }

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