Html Css Color HEX #BDC525 Rio Grande

📋 copy color: '#BDC525'

red 189 ◦ green 197 ◦ blue 37

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

Shades of Rio Grande #BDC525

Tints of Rio Grande #BDC525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.75%

R = 44.68%
G = 46.57%
B = 8.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#BDC525 (or 0xBDC525) is known color: Rio Grande. HEX triplet: BD, C5 and 25. RGB value is (189,197,37). Sum of RGB (Red+Green+Blue) = 189+197+37=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 37 (14.84% from 255 or 8.75% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC525 is #423ADA. Grayscale: #B0B0B0. Windows color (decimal): -4340443 or 2475453. OLE color: 2475453.

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

Color convert

RGB 189 197 37 -
CMYK 0.04 0 0.81 0.23
HSL 63º 0.68% 0.46% -
HSV(B) 63º 0.81% 0.77% -
XYZ 41.29 50.88 9.4 -
YUV 176.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 189 197 37 0.04 0 0.81 0.23 63 0.68 0.46
Hex BD C5 25 4 0 51 17 3F 44 2E
Octal 275 305 45 4 0 121 27 77 104 56
Binary 10111101 11000101 100101 100 0 1010001 10111 111111 1000100 101110

Color Harmonies of #BDC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC525

Black with #BDC525

Text Example


Text Example

White with #BDC525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC525; }

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

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

background-color css

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

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

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

border-color css

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

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

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