Html Css Color HEX #BCD121 Rio Grande

📋 copy color: '#BCD121'

red 188 ◦ green 209 ◦ blue 33

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

Shades of Rio Grande #BCD121

Tints of Rio Grande #BCD121

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.6%

 BLUE value IS 33 (13.28% from 255) = 7.67%

R = 43.72%
G = 48.6%
B = 7.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#BCD121 (or 0xBCD121) is known color: Rio Grande. HEX triplet: BC, D1 and 21. RGB value is (188,209,33). Sum of RGB (Red+Green+Blue) = 188+209+33=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD121 is #432EDE. Grayscale: #B7B7B7. Windows color (decimal): -4402911 or 2216380. OLE color: 2216380.

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

Color convert

RGB 188 209 33 -
CMYK 0.10 0 0.84 0.18
HSL 67.16º 0.73% 0.47% -
HSV(B) 67.16º 0.84% 0.82% -
XYZ 43.81 56.4 10.02 -
YUV 182.66 43.54 131.81 -
System Red Green Blue C M Y K H S L
Decimal 188 209 33 0.10 0 0.84 0.18 67.16 0.73 0.47
Hex BC D1 21 A 0 54 12 43 49 2F
Octal 274 321 41 12 0 124 22 103 111 57
Binary 10111100 11010001 100001 1010 0 1010100 10010 1000011 1001001 101111

Color Harmonies of #BCD121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD121

Black with #BCD121

Text Example


Text Example

White with #BCD121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD121; }

 p { color: rgb(188,209,33); }

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

background-color css

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

 a { background-color: rgb(188,209,33); }

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

border-color css

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

 span { border-color: rgb(188,209,33); }

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