Html Css Color HEX #BDD615 Rio Grande

📋 copy color: '#BDD615'

red 189 ◦ green 214 ◦ blue 21

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

Shades of Rio Grande #BDD615

Tints of Rio Grande #BDD615

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.47%

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

R = 44.58%
G = 50.47%
B = 4.95%

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

#BDD615 (or 0xBDD615) is known color: Rio Grande. HEX triplet: BD, D6 and 15. RGB value is (189,214,21). Sum of RGB (Red+Green+Blue) = 189+214+21=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD615 is #4229EA. Grayscale: #B9B9B9. Windows color (decimal): -4336107 or 1431229. OLE color: 1431229.

HSL color Cylindrical-coordinate representation of color #BDD615: hue angle of 67.77º 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 #BDD615 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 21 -
CMYK 0.12 0 0.90 0.16
HSL 67.77º 0.82% 0.46% -
HSV(B) 67.77º 0.9% 0.84% -
XYZ 45.17 58.97 9.71 -
YUV 184.52 35.72 131.19 -
System Red Green Blue C M Y K H S L
Decimal 189 214 21 0.12 0 0.90 0.16 67.77 0.82 0.46
Hex BD D6 15 C 0 5A 10 44 52 2E
Octal 275 326 25 14 0 132 20 104 122 56
Binary 10111101 11010110 10101 1100 0 1011010 10000 1000100 1010010 101110

Color Harmonies of #BDD615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD615

Black with #BDD615

Text Example


Text Example

White with #BDD615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD615; }

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

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

background-color css

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

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

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

border-color css

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

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

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