Html Css Color HEX #BDC726 Rio Grande

📋 copy color: '#BDC726'

red 189 ◦ green 199 ◦ blue 38

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

Shades of Rio Grande #BDC726

Tints of Rio Grande #BDC726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.92%

R = 44.37%
G = 46.71%
B = 8.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#BDC726 (or 0xBDC726) is known color: Rio Grande. HEX triplet: BD, C7 and 26. RGB value is (189,199,38). Sum of RGB (Red+Green+Blue) = 189+199+38=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC726 is #4238D9. Grayscale: #B2B2B2. Windows color (decimal): -4339930 or 2541501. OLE color: 2541501.

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

Color convert

RGB 189 199 38 -
CMYK 0.05 0 0.81 0.22
HSL 63.73º 0.68% 0.46% -
HSV(B) 63.73º 0.81% 0.78% -
XYZ 41.76 51.81 9.63 -
YUV 177.66 49.19 136.09 -
System Red Green Blue C M Y K H S L
Decimal 189 199 38 0.05 0 0.81 0.22 63.73 0.68 0.46
Hex BD C7 26 5 0 51 16 40 44 2E
Octal 275 307 46 5 0 121 26 100 104 56
Binary 10111101 11000111 100110 101 0 1010001 10110 1000000 1000100 101110

Color Harmonies of #BDC726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC726

Black with #BDC726

Text Example


Text Example

White with #BDC726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC726; }

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

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

background-color css

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

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

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

border-color css

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

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

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