Html Css Color HEX #BCC327 Rio Grande

📋 copy color: '#BCC327'

red 188 ◦ green 195 ◦ blue 39

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

Shades of Rio Grande #BCC327

Tints of Rio Grande #BCC327

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.21%

 BLUE value IS 39 (15.63% from 255) = 9.24%

R = 44.55%
G = 46.21%
B = 9.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#BCC327 (or 0xBCC327) is known color: Rio Grande. HEX triplet: BC, C3 and 27. RGB value is (188,195,39). Sum of RGB (Red+Green+Blue) = 188+195+39=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC327 is #433CD8. Grayscale: #AFAFAF. Windows color (decimal): -4406489 or 2606012. OLE color: 2606012.

HSL color Cylindrical-coordinate representation of color #BCC327: hue angle of 62.69º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC327 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 39 -
CMYK 0.04 0 0.80 0.24
HSL 62.69º 0.67% 0.46% -
HSV(B) 62.69º 0.8% 0.76% -
XYZ 40.62 49.87 9.4 -
YUV 175.12 51.18 137.18 -
System Red Green Blue C M Y K H S L
Decimal 188 195 39 0.04 0 0.80 0.24 62.69 0.67 0.46
Hex BC C3 27 4 0 50 18 3F 43 2E
Octal 274 303 47 4 0 120 30 77 103 56
Binary 10111100 11000011 100111 100 0 1010000 11000 111111 1000011 101110

Color Harmonies of #BCC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC327

Black with #BCC327

Text Example


Text Example

White with #BCC327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC327; }

 p { color: rgb(188,195,39); }

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

background-color css

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

 a { background-color: rgb(188,195,39); }

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

border-color css

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

 span { border-color: rgb(188,195,39); }

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