Html Css Color HEX #BCD31E Rio Grande

📋 copy color: '#BCD31E'

red 188 ◦ green 211 ◦ blue 30

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

Shades of Rio Grande #BCD31E

Tints of Rio Grande #BCD31E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.18%

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

R = 43.82%
G = 49.18%
B = 6.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#BCD31E (or 0xBCD31E) is known color: Rio Grande. HEX triplet: BC, D3 and 1E. RGB value is (188,211,30). Sum of RGB (Red+Green+Blue) = 188+211+30=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD31E is #432CE1. Grayscale: #B8B8B8. Windows color (decimal): -4402402 or 2020284. OLE color: 2020284.

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

Color convert

RGB 188 211 30 -
CMYK 0.11 0 0.86 0.17
HSL 67.62º 0.75% 0.47% -
HSV(B) 67.62º 0.86% 0.83% -
XYZ 44.27 57.37 9.97 -
YUV 183.49 41.38 131.22 -
System Red Green Blue C M Y K H S L
Decimal 188 211 30 0.11 0 0.86 0.17 67.62 0.75 0.47
Hex BC D3 1E B 0 56 11 44 4B 2F
Octal 274 323 36 13 0 126 21 104 113 57
Binary 10111100 11010011 11110 1011 0 1010110 10001 1000100 1001011 101111

Color Harmonies of #BCD31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD31E

Black with #BCD31E

Text Example


Text Example

White with #BCD31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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