Html Css Color HEX #BDC25C Wild Willow

📋 copy color: '#BDC25C'

red 189 ◦ green 194 ◦ blue 92

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

Shades of Wild Willow #BDC25C

Tints of Wild Willow #BDC25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.37%

R = 39.79%
G = 40.84%
B = 19.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#BDC25C (or 0xBDC25C) is known color: Wild Willow. HEX triplet: BD, C2 and 5C. RGB value is (189,194,92). Sum of RGB (Red+Green+Blue) = 189+194+92=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC25C is #423DA3. Grayscale: #B5B5B5. Windows color (decimal): -4341156 or 6079165. OLE color: 6079165.

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

Color convert

RGB 189 194 92 -
CMYK 0.03 0 0.53 0.24
HSL 62.94º 0.46% 0.56% -
HSV(B) 62.94º 0.53% 0.76% -
XYZ 42.21 50.18 17.59 -
YUV 180.88 77.84 133.79 -
System Red Green Blue C M Y K H S L
Decimal 189 194 92 0.03 0 0.53 0.24 62.94 0.46 0.56
Hex BD C2 5C 3 0 35 18 3F 2E 38
Octal 275 302 134 3 0 65 30 77 56 70
Binary 10111101 11000010 1011100 11 0 110101 11000 111111 101110 111000

Color Harmonies of #BDC25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC25C

Black with #BDC25C

Text Example


Text Example

White with #BDC25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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