Html Css Color HEX #BCC421 Rio Grande

📋 copy color: '#BCC421'

red 188 ◦ green 196 ◦ blue 33

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

Shades of Rio Grande #BCC421

Tints of Rio Grande #BCC421

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47%

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

R = 45.08%
G = 47%
B = 7.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#BCC421 (or 0xBCC421) is known color: Rio Grande. HEX triplet: BC, C4 and 21. RGB value is (188,196,33). Sum of RGB (Red+Green+Blue) = 188+196+33=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC421 is #433BDE. Grayscale: #AFAFAF. Windows color (decimal): -4406239 or 2213052. OLE color: 2213052.

HSL color Cylindrical-coordinate representation of color #BCC421: hue angle of 62.94º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCC421 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 33 -
CMYK 0.04 0 0.83 0.23
HSL 62.94º 0.71% 0.45% -
HSV(B) 62.94º 0.83% 0.77% -
XYZ 40.75 50.28 9 -
YUV 175.03 47.85 137.25 -
System Red Green Blue C M Y K H S L
Decimal 188 196 33 0.04 0 0.83 0.23 62.94 0.71 0.45
Hex BC C4 21 4 0 53 17 3F 47 2D
Octal 274 304 41 4 0 123 27 77 107 55
Binary 10111100 11000100 100001 100 0 1010011 10111 111111 1000111 101101

Color Harmonies of #BCC421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC421

Black with #BCC421

Text Example


Text Example

White with #BCC421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC421; }

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

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

background-color css

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

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

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

border-color css

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

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

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