Html Css Color HEX #BCD60F Rio Grande

📋 copy color: '#BCD60F'

red 188 ◦ green 214 ◦ blue 15

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

Shades of Rio Grande #BCD60F

Tints of Rio Grande #BCD60F

RGB

 RED value IS 188 (73.83% from 255) = 45.08%

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

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

R = 45.08%
G = 51.32%
B = 3.6%

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

#BCD60F (or 0xBCD60F) is known color: Rio Grande. HEX triplet: BC, D6 and 0F. RGB value is (188,214,15). Sum of RGB (Red+Green+Blue) = 188+214+15=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD60F is #4329F0. Grayscale: #B8B8B8. Windows color (decimal): -4401649 or 1038012. OLE color: 1038012.

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

Color convert

RGB 188 214 15 -
CMYK 0.12 0 0.93 0.16
HSL 67.84º 0.87% 0.45% -
HSV(B) 67.84º 0.93% 0.84% -
XYZ 44.87 58.82 9.44 -
YUV 183.54 32.89 131.18 -
System Red Green Blue C M Y K H S L
Decimal 188 214 15 0.12 0 0.93 0.16 67.84 0.87 0.45
Hex BC D6 F C 0 5D 10 44 57 2D
Octal 274 326 17 14 0 135 20 104 127 55
Binary 10111100 11010110 1111 1100 0 1011101 10000 1000100 1010111 101101

Color Harmonies of #BCD60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD60F

Black with #BCD60F

Text Example


Text Example

White with #BCD60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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