Html Css Color HEX #BDD319 Rio Grande

📋 copy color: '#BDD319'

red 189 ◦ green 211 ◦ blue 25

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

Shades of Rio Grande #BDD319

Tints of Rio Grande #BDD319

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.65%

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

R = 44.47%
G = 49.65%
B = 5.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#BDD319 (or 0xBDD319) is known color: Rio Grande. HEX triplet: BD, D3 and 19. RGB value is (189,211,25). Sum of RGB (Red+Green+Blue) = 189+211+25=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD319 is #422CE6. Grayscale: #B7B7B7. Windows color (decimal): -4336871 or 1692605. OLE color: 1692605.

HSL color Cylindrical-coordinate representation of color #BDD319: hue angle of 67.1º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDD319 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 25 -
CMYK 0.10 0 0.88 0.17
HSL 67.1º 0.79% 0.46% -
HSV(B) 67.1º 0.88% 0.83% -
XYZ 44.46 57.48 9.67 -
YUV 183.22 38.71 132.12 -
System Red Green Blue C M Y K H S L
Decimal 189 211 25 0.10 0 0.88 0.17 67.1 0.79 0.46
Hex BD D3 19 A 0 58 11 43 4F 2E
Octal 275 323 31 12 0 130 21 103 117 56
Binary 10111101 11010011 11001 1010 0 1011000 10001 1000011 1001111 101110

Color Harmonies of #BDD319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD319

Black with #BDD319

Text Example


Text Example

White with #BDD319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD319; }

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

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

background-color css

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

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

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

border-color css

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

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

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