Html Css Color HEX #BDC515 Rio Grande

📋 copy color: '#BDC515'

red 189 ◦ green 197 ◦ blue 21

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

Shades of Rio Grande #BDC515

Tints of Rio Grande #BDC515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.4%

 BLUE value IS 21 (8.59% from 255) = 5.16%

R = 46.44%
G = 48.4%
B = 5.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#BDC515 (or 0xBDC515) is known color: Rio Grande. HEX triplet: BD, C5 and 15. RGB value is (189,197,21). Sum of RGB (Red+Green+Blue) = 189+197+21=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC515 is #423AEA. Grayscale: #AFAFAF. Windows color (decimal): -4340459 or 1426877. OLE color: 1426877.

HSL color Cylindrical-coordinate representation of color #BDC515: hue angle of 62.73º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDC515 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 21 -
CMYK 0.04 0 0.89 0.23
HSL 62.73º 0.81% 0.43% -
HSV(B) 62.73º 0.89% 0.77% -
XYZ 41.09 50.81 8.35 -
YUV 174.54 41.35 138.31 -
System Red Green Blue C M Y K H S L
Decimal 189 197 21 0.04 0 0.89 0.23 62.73 0.81 0.43
Hex BD C5 15 4 0 59 17 3F 51 2B
Octal 275 305 25 4 0 131 27 77 121 53
Binary 10111101 11000101 10101 100 0 1011001 10111 111111 1010001 101011

Color Harmonies of #BDC515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC515

Black with #BDC515

Text Example


Text Example

White with #BDC515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC515; }

 p { color: rgb(189,197,21); }

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

background-color css

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

 a { background-color: rgb(189,197,21); }

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

border-color css

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

 span { border-color: rgb(189,197,21); }

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