Html Css Color HEX #BCC821 Rio Grande

📋 copy color: '#BCC821'

red 188 ◦ green 200 ◦ blue 33

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

Shades of Rio Grande #BCC821

Tints of Rio Grande #BCC821

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.51%

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

R = 44.66%
G = 47.51%
B = 7.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#BCC821 (or 0xBCC821) is known color: Rio Grande. HEX triplet: BC, C8 and 21. RGB value is (188,200,33). Sum of RGB (Red+Green+Blue) = 188+200+33=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC821 is #4337DE. Grayscale: #B2B2B2. Windows color (decimal): -4405215 or 2214076. OLE color: 2214076.

HSL color Cylindrical-coordinate representation of color #BCC821: hue angle of 64.31º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCC821 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 33 -
CMYK 0.06 0 0.84 0.22
HSL 64.31º 0.72% 0.46% -
HSV(B) 64.31º 0.84% 0.78% -
XYZ 41.67 52.11 9.3 -
YUV 177.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 188 200 33 0.06 0 0.84 0.22 64.31 0.72 0.46
Hex BC C8 21 6 0 54 16 40 48 2E
Octal 274 310 41 6 0 124 26 100 110 56
Binary 10111100 11001000 100001 110 0 1010100 10110 1000000 1001000 101110

Color Harmonies of #BCC821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC821

Black with #BCC821

Text Example


Text Example

White with #BCC821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC821; }

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

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

background-color css

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

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

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

border-color css

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

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

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