Html Css Color HEX #BCD21B Rio Grande

📋 copy color: '#BCD21B'

red 188 ◦ green 210 ◦ blue 27

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

Shades of Rio Grande #BCD21B

Tints of Rio Grande #BCD21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.35%

R = 44.24%
G = 49.41%
B = 6.35%

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

#BCD21B (or 0xBCD21B) is known color: Rio Grande. HEX triplet: BC, D2 and 1B. RGB value is (188,210,27). Sum of RGB (Red+Green+Blue) = 188+210+27=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD21B is #432DE4. Grayscale: #B7B7B7. Windows color (decimal): -4402661 or 1823420. OLE color: 1823420.

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

Color convert

RGB 188 210 27 -
CMYK 0.10 0 0.87 0.18
HSL 67.21º 0.77% 0.46% -
HSV(B) 67.21º 0.87% 0.82% -
XYZ 43.98 56.86 9.69 -
YUV 182.56 40.21 131.88 -
System Red Green Blue C M Y K H S L
Decimal 188 210 27 0.10 0 0.87 0.18 67.21 0.77 0.46
Hex BC D2 1B A 0 57 12 43 4D 2E
Octal 274 322 33 12 0 127 22 103 115 56
Binary 10111100 11010010 11011 1010 0 1010111 10010 1000011 1001101 101110

Color Harmonies of #BCD21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD21B

Black with #BCD21B

Text Example


Text Example

White with #BCD21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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