Html Css Color HEX #BCD21C Rio Grande

📋 copy color: '#BCD21C'

red 188 ◦ green 210 ◦ blue 28

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

Shades of Rio Grande #BCD21C

Tints of Rio Grande #BCD21C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.57%

R = 44.13%
G = 49.3%
B = 6.57%

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

#BCD21C (or 0xBCD21C) is known color: Rio Grande. HEX triplet: BC, D2 and 1C. RGB value is (188,210,28). Sum of RGB (Red+Green+Blue) = 188+210+28=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 210 (82.42% from 255 or 49.30% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD21C is #432DE3. Grayscale: #B7B7B7. Windows color (decimal): -4402660 or 1888956. OLE color: 1888956.

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

Color convert

RGB 188 210 28 -
CMYK 0.10 0 0.87 0.18
HSL 67.25º 0.76% 0.47% -
HSV(B) 67.25º 0.87% 0.82% -
XYZ 44 56.87 9.76 -
YUV 182.67 40.71 131.8 -
System Red Green Blue C M Y K H S L
Decimal 188 210 28 0.10 0 0.87 0.18 67.25 0.76 0.47
Hex BC D2 1C A 0 57 12 43 4C 2F
Octal 274 322 34 12 0 127 22 103 114 57
Binary 10111100 11010010 11100 1010 0 1010111 10010 1000011 1001100 101111

Color Harmonies of #BCD21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD21C

Black with #BCD21C

Text Example


Text Example

White with #BCD21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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