Html Css Color HEX #BDC819 Rio Grande

📋 copy color: '#BDC819'

red 189 ◦ green 200 ◦ blue 25

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

Shades of Rio Grande #BDC819

Tints of Rio Grande #BDC819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.31%

 BLUE value IS 25 (10.16% from 255) = 6.04%

R = 45.65%
G = 48.31%
B = 6.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#BDC819 (or 0xBDC819) is known color: Rio Grande. HEX triplet: BD, C8 and 19. RGB value is (189,200,25). Sum of RGB (Red+Green+Blue) = 189+200+25=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 25 (10.16% from 255 or 6.04% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC819 is #4237E6. Grayscale: #B1B1B1. Windows color (decimal): -4339687 or 1689789. OLE color: 1689789.

HSL color Cylindrical-coordinate representation of color #BDC819: hue angle of 63.77º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDC819 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 25 -
CMYK 0.06 0 0.88 0.22
HSL 63.77º 0.78% 0.44% -
HSV(B) 63.77º 0.88% 0.78% -
XYZ 41.82 52.2 8.79 -
YUV 176.76 42.36 136.73 -
System Red Green Blue C M Y K H S L
Decimal 189 200 25 0.06 0 0.88 0.22 63.77 0.78 0.44
Hex BD C8 19 6 0 58 16 40 4E 2C
Octal 275 310 31 6 0 130 26 100 116 54
Binary 10111101 11001000 11001 110 0 1011000 10110 1000000 1001110 101100

Color Harmonies of #BDC819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC819

Black with #BDC819

Text Example


Text Example

White with #BDC819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC819; }

 p { color: rgb(189,200,25); }

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

background-color css

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

 a { background-color: rgb(189,200,25); }

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

border-color css

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

 span { border-color: rgb(189,200,25); }

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