Html Css Color HEX #BCD021 Rio Grande

📋 copy color: '#BCD021'

red 188 ◦ green 208 ◦ blue 33

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

Shades of Rio Grande #BCD021

Tints of Rio Grande #BCD021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.48%

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

R = 43.82%
G = 48.48%
B = 7.69%

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

#BCD021 (or 0xBCD021) is known color: Rio Grande. HEX triplet: BC, D0 and 21. RGB value is (188,208,33). Sum of RGB (Red+Green+Blue) = 188+208+33=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD021 is #432FDE. Grayscale: #B6B6B6. Windows color (decimal): -4403167 or 2216124. OLE color: 2216124.

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

Color convert

RGB 188 208 33 -
CMYK 0.10 0 0.84 0.18
HSL 66.86º 0.73% 0.47% -
HSV(B) 66.86º 0.84% 0.82% -
XYZ 43.57 55.91 9.93 -
YUV 182.07 43.87 132.23 -
System Red Green Blue C M Y K H S L
Decimal 188 208 33 0.10 0 0.84 0.18 66.86 0.73 0.47
Hex BC D0 21 A 0 54 12 43 49 2F
Octal 274 320 41 12 0 124 22 103 111 57
Binary 10111100 11010000 100001 1010 0 1010100 10010 1000011 1001001 101111

Color Harmonies of #BCD021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD021

Black with #BCD021

Text Example


Text Example

White with #BCD021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD021; }

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

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

background-color css

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

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

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

border-color css

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

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

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