Html Css Color HEX #BCC325 Rio Grande

📋 copy color: '#BCC325'

red 188 ◦ green 195 ◦ blue 37

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

Shades of Rio Grande #BCC325

Tints of Rio Grande #BCC325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.81%

R = 44.76%
G = 46.43%
B = 8.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#BCC325 (or 0xBCC325) is known color: Rio Grande. HEX triplet: BC, C3 and 25. RGB value is (188,195,37). Sum of RGB (Red+Green+Blue) = 188+195+37=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC325 is #433CDA. Grayscale: #AFAFAF. Windows color (decimal): -4406491 or 2474940. OLE color: 2474940.

HSL color Cylindrical-coordinate representation of color #BCC325: hue angle of 62.66º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCC325 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 37 -
CMYK 0.04 0 0.81 0.24
HSL 62.66º 0.68% 0.45% -
HSV(B) 62.66º 0.81% 0.76% -
XYZ 40.59 49.86 9.23 -
YUV 174.9 50.18 137.35 -
System Red Green Blue C M Y K H S L
Decimal 188 195 37 0.04 0 0.81 0.24 62.66 0.68 0.45
Hex BC C3 25 4 0 51 18 3F 44 2D
Octal 274 303 45 4 0 121 30 77 104 55
Binary 10111100 11000011 100101 100 0 1010001 11000 111111 1000100 101101

Color Harmonies of #BCC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC325

Black with #BCC325

Text Example


Text Example

White with #BCC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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