Html Css Color HEX #BDD610 Rio Grande

📋 copy color: '#BDD610'

red 189 ◦ green 214 ◦ blue 16

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

Shades of Rio Grande #BDD610

Tints of Rio Grande #BDD610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.82%

R = 45.11%
G = 51.07%
B = 3.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#BDD610 (or 0xBDD610) is known color: Rio Grande. HEX triplet: BD, D6 and 10. RGB value is (189,214,16). Sum of RGB (Red+Green+Blue) = 189+214+16=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD610 is #4229EF. Grayscale: #B8B8B8. Windows color (decimal): -4336112 or 1103549. OLE color: 1103549.

HSL color Cylindrical-coordinate representation of color #BDD610: hue angle of 67.58º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDD610 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 214 16 -
CMYK 0.12 0 0.93 0.16
HSL 67.58º 0.86% 0.45% -
HSV(B) 67.58º 0.93% 0.84% -
XYZ 45.13 58.95 9.49 -
YUV 183.95 33.22 131.6 -
System Red Green Blue C M Y K H S L
Decimal 189 214 16 0.12 0 0.93 0.16 67.58 0.86 0.45
Hex BD D6 10 C 0 5D 10 44 56 2D
Octal 275 326 20 14 0 135 20 104 126 55
Binary 10111101 11010110 10000 1100 0 1011101 10000 1000100 1010110 101101

Color Harmonies of #BDD610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD610

Black with #BDD610

Text Example


Text Example

White with #BDD610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD610; }

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

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

background-color css

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

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

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

border-color css

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

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

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