Html Css Color HEX #BDC35C Wild Willow

📋 copy color: '#BDC35C'

red 189 ◦ green 195 ◦ blue 92

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

Shades of Wild Willow #BDC35C

Tints of Wild Willow #BDC35C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.97%

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

R = 39.71%
G = 40.97%
B = 19.33%

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

#BDC35C (or 0xBDC35C) is known color: Wild Willow. HEX triplet: BD, C3 and 5C. RGB value is (189,195,92). Sum of RGB (Red+Green+Blue) = 189+195+92=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC35C is #423CA3. Grayscale: #B5B5B5. Windows color (decimal): -4340900 or 6079421. OLE color: 6079421.

HSL color Cylindrical-coordinate representation of color #BDC35C: hue angle of 63.5º 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 #BDC35C is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 92 -
CMYK 0.03 0 0.53 0.24
HSL 63.5º 0.46% 0.56% -
HSV(B) 63.5º 0.53% 0.76% -
XYZ 42.43 50.62 17.66 -
YUV 181.46 77.51 133.38 -
System Red Green Blue C M Y K H S L
Decimal 189 195 92 0.03 0 0.53 0.24 63.5 0.46 0.56
Hex BD C3 5C 3 0 35 18 3F 2E 38
Octal 275 303 134 3 0 65 30 77 56 70
Binary 10111101 11000011 1011100 11 0 110101 11000 111111 101110 111000

Color Harmonies of #BDC35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC35C

Black with #BDC35C

Text Example


Text Example

White with #BDC35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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