Html Css Color HEX #BCD21A Rio Grande

📋 copy color: '#BCD21A'

red 188 ◦ green 210 ◦ blue 26

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

Shades of Rio Grande #BCD21A

Tints of Rio Grande #BCD21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.13%

R = 44.34%
G = 49.53%
B = 6.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#BCD21A (or 0xBCD21A) is known color: Rio Grande. HEX triplet: BC, D2 and 1A. RGB value is (188,210,26). Sum of RGB (Red+Green+Blue) = 188+210+26=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 26 (10.55% from 255 or 6.13% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD21A is #432DE5. Grayscale: #B7B7B7. Windows color (decimal): -4402662 or 1757884. OLE color: 1757884.

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

Color convert

RGB 188 210 26 -
CMYK 0.10 0 0.88 0.18
HSL 67.17º 0.78% 0.46% -
HSV(B) 67.17º 0.88% 0.82% -
XYZ 43.97 56.86 9.63 -
YUV 182.45 39.71 131.96 -
System Red Green Blue C M Y K H S L
Decimal 188 210 26 0.10 0 0.88 0.18 67.17 0.78 0.46
Hex BC D2 1A A 0 58 12 43 4E 2E
Octal 274 322 32 12 0 130 22 103 116 56
Binary 10111100 11010010 11010 1010 0 1011000 10010 1000011 1001110 101110

Color Harmonies of #BCD21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD21A

Black with #BCD21A

Text Example


Text Example

White with #BCD21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD21A; }

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

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

background-color css

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

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

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

border-color css

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

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

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