Html Css Color HEX #BCD11B Rio Grande

📋 copy color: '#BCD11B'

red 188 ◦ green 209 ◦ blue 27

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

Shades of Rio Grande #BCD11B

Tints of Rio Grande #BCD11B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.29%

 BLUE value IS 27 (10.94% from 255) = 6.37%

R = 44.34%
G = 49.29%
B = 6.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#BCD11B (or 0xBCD11B) is known color: Rio Grande. HEX triplet: BC, D1 and 1B. RGB value is (188,209,27). Sum of RGB (Red+Green+Blue) = 188+209+27=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD11B is #432EE4. Grayscale: #B6B6B6. Windows color (decimal): -4402917 or 1823164. OLE color: 1823164.

HSL color Cylindrical-coordinate representation of color #BCD11B: hue angle of 66.92º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCD11B is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 27 -
CMYK 0.10 0 0.87 0.18
HSL 66.92º 0.77% 0.46% -
HSV(B) 66.92º 0.87% 0.82% -
XYZ 43.74 56.37 9.61 -
YUV 181.97 40.54 132.3 -
System Red Green Blue C M Y K H S L
Decimal 188 209 27 0.10 0 0.87 0.18 66.92 0.77 0.46
Hex BC D1 1B A 0 57 12 43 4D 2E
Octal 274 321 33 12 0 127 22 103 115 56
Binary 10111100 11010001 11011 1010 0 1010111 10010 1000011 1001101 101110

Color Harmonies of #BCD11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD11B

Black with #BCD11B

Text Example


Text Example

White with #BCD11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD11B; }

 p { color: rgb(188,209,27); }

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

background-color css

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

 a { background-color: rgb(188,209,27); }

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

border-color css

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

 span { border-color: rgb(188,209,27); }

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