Html Css Color HEX #BCD50B Rio Grande

📋 copy color: '#BCD50B'

red 188 ◦ green 213 ◦ blue 11

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

Shades of Rio Grande #BCD50B

Tints of Rio Grande #BCD50B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.7%

 BLUE value IS 11 (4.69% from 255) = 2.67%

R = 45.63%
G = 51.7%
B = 2.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#BCD50B (or 0xBCD50B) is known color: Rio Grande. HEX triplet: BC, D5 and 0B. RGB value is (188,213,11). Sum of RGB (Red+Green+Blue) = 188+213+11=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD50B is #432AF4. Grayscale: #B7B7B7. Windows color (decimal): -4401909 or 775612. OLE color: 775612.

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

Color convert

RGB 188 213 11 -
CMYK 0.12 0 0.95 0.16
HSL 67.43º 0.9% 0.44% -
HSV(B) 67.43º 0.95% 0.84% -
XYZ 44.59 58.3 9.22 -
YUV 182.5 31.22 131.93 -
System Red Green Blue C M Y K H S L
Decimal 188 213 11 0.12 0 0.95 0.16 67.43 0.9 0.44
Hex BC D5 B C 0 5F 10 43 5A 2C
Octal 274 325 13 14 0 137 20 103 132 54
Binary 10111100 11010101 1011 1100 0 1011111 10000 1000011 1011010 101100

Color Harmonies of #BCD50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD50B

Black with #BCD50B

Text Example


Text Example

White with #BCD50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD50B; }

 p { color: rgb(188,213,11); }

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

background-color css

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

 a { background-color: rgb(188,213,11); }

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

border-color css

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

 span { border-color: rgb(188,213,11); }

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