Html Css Color HEX #BCD40F Rio Grande

📋 copy color: '#BCD40F'

red 188 ◦ green 212 ◦ blue 15

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

Shades of Rio Grande #BCD40F

Tints of Rio Grande #BCD40F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.08%

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

R = 45.3%
G = 51.08%
B = 3.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#BCD40F (or 0xBCD40F) is known color: Rio Grande. HEX triplet: BC, D4 and 0F. RGB value is (188,212,15). Sum of RGB (Red+Green+Blue) = 188+212+15=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD40F is #432BF0. Grayscale: #B7B7B7. Windows color (decimal): -4402161 or 1037500. OLE color: 1037500.

HSL color Cylindrical-coordinate representation of color #BCD40F: hue angle of 67.31º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCD40F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 15 -
CMYK 0.11 0 0.93 0.17
HSL 67.31º 0.87% 0.45% -
HSV(B) 67.31º 0.93% 0.83% -
XYZ 44.37 57.81 9.27 -
YUV 182.37 33.55 132.02 -
System Red Green Blue C M Y K H S L
Decimal 188 212 15 0.11 0 0.93 0.17 67.31 0.87 0.45
Hex BC D4 F B 0 5D 11 43 57 2D
Octal 274 324 17 13 0 135 21 103 127 55
Binary 10111100 11010100 1111 1011 0 1011101 10001 1000011 1010111 101101

Color Harmonies of #BCD40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD40F

Black with #BCD40F

Text Example


Text Example

White with #BCD40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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