Html Css Color HEX #BCC623 Rio Grande

📋 copy color: '#BCC623'

red 188 ◦ green 198 ◦ blue 35

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

Shades of Rio Grande #BCC623

Tints of Rio Grande #BCC623

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.03%

 BLUE value IS 35 (14.06% from 255) = 8.31%

R = 44.66%
G = 47.03%
B = 8.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#BCC623 (or 0xBCC623) is known color: Rio Grande. HEX triplet: BC, C6 and 23. RGB value is (188,198,35). Sum of RGB (Red+Green+Blue) = 188+198+35=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC623 is #4339DC. Grayscale: #B1B1B1. Windows color (decimal): -4405725 or 2344636. OLE color: 2344636.

HSL color Cylindrical-coordinate representation of color #BCC623: hue angle of 63.68º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCC623 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 35 -
CMYK 0.05 0 0.82 0.22
HSL 63.68º 0.7% 0.46% -
HSV(B) 63.68º 0.82% 0.78% -
XYZ 41.24 51.2 9.3 -
YUV 176.43 48.19 136.25 -
System Red Green Blue C M Y K H S L
Decimal 188 198 35 0.05 0 0.82 0.22 63.68 0.7 0.46
Hex BC C6 23 5 0 52 16 40 46 2E
Octal 274 306 43 5 0 122 26 100 106 56
Binary 10111100 11000110 100011 101 0 1010010 10110 1000000 1000110 101110

Color Harmonies of #BCC623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC623

Black with #BCC623

Text Example


Text Example

White with #BCC623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC623; }

 p { color: rgb(188,198,35); }

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

background-color css

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

 a { background-color: rgb(188,198,35); }

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

border-color css

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

 span { border-color: rgb(188,198,35); }

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