Html Css Color HEX #BDD715 Rio Grande

📋 copy color: '#BDD715'

red 189 ◦ green 215 ◦ blue 21

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

Shades of Rio Grande #BDD715

Tints of Rio Grande #BDD715

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.59%

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

R = 44.47%
G = 50.59%
B = 4.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#BDD715 (or 0xBDD715) is known color: Rio Grande. HEX triplet: BD, D7 and 15. RGB value is (189,215,21). Sum of RGB (Red+Green+Blue) = 189+215+21=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD715 is #4228EA. Grayscale: #B9B9B9. Windows color (decimal): -4335851 or 1431485. OLE color: 1431485.

HSL color Cylindrical-coordinate representation of color #BDD715: hue angle of 68.04º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDD715 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 21 -
CMYK 0.12 0 0.90 0.16
HSL 68.04º 0.82% 0.46% -
HSV(B) 68.04º 0.9% 0.84% -
XYZ 45.42 59.47 9.8 -
YUV 185.11 35.39 130.77 -
System Red Green Blue C M Y K H S L
Decimal 189 215 21 0.12 0 0.90 0.16 68.04 0.82 0.46
Hex BD D7 15 C 0 5A 10 44 52 2E
Octal 275 327 25 14 0 132 20 104 122 56
Binary 10111101 11010111 10101 1100 0 1011010 10000 1000100 1010010 101110

Color Harmonies of #BDD715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD715

Black with #BDD715

Text Example


Text Example

White with #BDD715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD715; }

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

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

background-color css

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

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

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

border-color css

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

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

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