Html Css Color HEX #BCD11E Rio Grande

📋 copy color: '#BCD11E'

red 188 ◦ green 209 ◦ blue 30

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

Shades of Rio Grande #BCD11E

Tints of Rio Grande #BCD11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.03%

R = 44.03%
G = 48.95%
B = 7.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#BCD11E (or 0xBCD11E) is known color: Rio Grande. HEX triplet: BC, D1 and 1E. RGB value is (188,209,30). Sum of RGB (Red+Green+Blue) = 188+209+30=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD11E is #432EE1. Grayscale: #B7B7B7. Windows color (decimal): -4402914 or 2019772. OLE color: 2019772.

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

Color convert

RGB 188 209 30 -
CMYK 0.10 0 0.86 0.18
HSL 67.04º 0.75% 0.47% -
HSV(B) 67.04º 0.86% 0.82% -
XYZ 43.77 56.39 9.8 -
YUV 182.32 42.04 132.05 -
System Red Green Blue C M Y K H S L
Decimal 188 209 30 0.10 0 0.86 0.18 67.04 0.75 0.47
Hex BC D1 1E A 0 56 12 43 4B 2F
Octal 274 321 36 12 0 126 22 103 113 57
Binary 10111100 11010001 11110 1010 0 1010110 10010 1000011 1001011 101111

Color Harmonies of #BCD11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD11E

Black with #BCD11E

Text Example


Text Example

White with #BCD11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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