Html Css Color HEX #BCD21E Rio Grande

📋 copy color: '#BCD21E'

red 188 ◦ green 210 ◦ blue 30

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

Shades of Rio Grande #BCD21E

Tints of Rio Grande #BCD21E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.07%

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

R = 43.93%
G = 49.07%
B = 7.01%

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

#BCD21E (or 0xBCD21E) is known color: Rio Grande. HEX triplet: BC, D2 and 1E. RGB value is (188,210,30). Sum of RGB (Red+Green+Blue) = 188+210+30=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD21E is #432DE1. Grayscale: #B7B7B7. Windows color (decimal): -4402658 or 2020028. OLE color: 2020028.

HSL color Cylindrical-coordinate representation of color #BCD21E: hue angle of 67.33º 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 #BCD21E is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 30 -
CMYK 0.10 0 0.86 0.18
HSL 67.33º 0.75% 0.47% -
HSV(B) 67.33º 0.86% 0.82% -
XYZ 44.02 56.88 9.89 -
YUV 182.9 41.71 131.64 -
System Red Green Blue C M Y K H S L
Decimal 188 210 30 0.10 0 0.86 0.18 67.33 0.75 0.47
Hex BC D2 1E A 0 56 12 43 4B 2F
Octal 274 322 36 12 0 126 22 103 113 57
Binary 10111100 11010010 11110 1010 0 1010110 10010 1000011 1001011 101111

Color Harmonies of #BCD21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD21E

Black with #BCD21E

Text Example


Text Example

White with #BCD21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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