Html Css Color HEX #BDD60F Rio Grande

📋 copy color: '#BDD60F'

red 189 ◦ green 214 ◦ blue 15

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

Shades of Rio Grande #BDD60F

Tints of Rio Grande #BDD60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.59%

R = 45.22%
G = 51.2%
B = 3.59%

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

#BDD60F (or 0xBDD60F) is known color: Rio Grande. HEX triplet: BD, D6 and 0F. RGB value is (189,214,15). Sum of RGB (Red+Green+Blue) = 189+214+15=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD60F is #4229F0. Grayscale: #B8B8B8. Windows color (decimal): -4336113 or 1038013. OLE color: 1038013.

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

Color convert

RGB 189 214 15 -
CMYK 0.12 0 0.93 0.16
HSL 67.54º 0.87% 0.45% -
HSV(B) 67.54º 0.93% 0.84% -
XYZ 45.12 58.95 9.45 -
YUV 183.84 32.72 131.68 -
System Red Green Blue C M Y K H S L
Decimal 189 214 15 0.12 0 0.93 0.16 67.54 0.87 0.45
Hex BD D6 F C 0 5D 10 44 57 2D
Octal 275 326 17 14 0 135 20 104 127 55
Binary 10111101 11010110 1111 1100 0 1011101 10000 1000100 1010111 101101

Color Harmonies of #BDD60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD60F

Black with #BDD60F

Text Example


Text Example

White with #BDD60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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